Java org.eclipse.jgit.revwalk.filter AndRevFilter fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revwalk.filter AndRevFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revwalk.filter AndRevFilter.

The text is from its open source code.

Method

RevFiltercreate(RevFilter[] list)
Create a filter around many filters, all of which must match.
RevFiltercreate(Collection list)
Create a filter around many filters, all of which must match.
RevFiltercreate(RevFilter a, RevFilter b)
Create a filter with two filters, both of which must match.