public interface ObjectIdSet
Usually backed by a read-only data structure such as
PackIndex
. Mutable types like
ObjectIdOwnerMap
also implement the interface by checking keys.
Modifier and Type | Method and Description |
---|---|
boolean |
contains(AnyObjectId objectId)
Returns true if the objectId is contained within the collection.
|
boolean contains(AnyObjectId objectId)
objectId
- the objectId to findCopyright © 2016 Eclipse JGit Project. All rights reserved.