-
- All Known Implementing Classes:
LazyObjectIdSetFile,ObjectIdOwnerMap,ObjectIdSubclassMap,PackIndex
public interface ObjectIdSetSimple set of ObjectIds.Usually backed by a read-only data structure such as
PackIndex. Mutable types likeObjectIdOwnerMapalso implement the interface by checking keys.- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(AnyObjectId objectId)Returns true if the objectId is contained within the collection.
-
-
-
Method Detail
-
contains
boolean contains(AnyObjectId objectId)
Returns true if the objectId is contained within the collection.- Parameters:
objectId- the objectId to find- Returns:
- whether the collection contains the objectId.
-
-