Package org.eclipse.jgit.transport
Class FilterSpec.ObjectTypes
- java.lang.Object
-
- org.eclipse.jgit.transport.FilterSpec.ObjectTypes
-
- Enclosing class:
- FilterSpec
static class FilterSpec.ObjectTypes extends java.lang.ObjectImmutable bit-set representation of a set of Git object types.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static FilterSpec.ObjectTypesALLprivate java.math.BigIntegerval
-
Constructor Summary
Constructors Modifier Constructor Description privateObjectTypes(java.math.BigInteger val)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static FilterSpec.ObjectTypesallow(int... types)(package private) booleancontains(int type)booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
ALL
static FilterSpec.ObjectTypes ALL
-
val
private final java.math.BigInteger val
-
-
Method Detail
-
allow
static FilterSpec.ObjectTypes allow(int... types)
-
contains
boolean contains(int type)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-