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)
contains in interface ObjectIdSetobjectId - the objectId to findCopyright © 2018 Eclipse JGit Project. All rights reserved.