public class LazyObjectIdSetFile extends Object implements ObjectIdSet
Constructor and Description |
---|
LazyObjectIdSetFile(File src)
Create a new lazy set from a file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(AnyObjectId objectId)
Returns true if the objectId is contained within the collection.
|
public LazyObjectIdSetFile(File src)
src
- the source file.public boolean contains(AnyObjectId objectId)
ObjectIdSet
contains
in interface ObjectIdSet
objectId
- the objectId to findCopyright © 2017 Eclipse JGit Project. All rights reserved.