public class LazyObjectIdSetFile extends java.lang.Object implements ObjectIdSet
Modifier and Type | Class and Description |
---|---|
(package private) static class |
LazyObjectIdSetFile.Entry |
Modifier and Type | Field and Description |
---|---|
private ObjectIdOwnerMap<LazyObjectIdSetFile.Entry> |
set |
private java.io.File |
src |
Constructor and Description |
---|
LazyObjectIdSetFile(java.io.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.
|
private ObjectIdOwnerMap<LazyObjectIdSetFile.Entry> |
load() |
private final java.io.File src
private ObjectIdOwnerMap<LazyObjectIdSetFile.Entry> set
public LazyObjectIdSetFile(java.io.File src)
src
- the source file.public boolean contains(AnyObjectId objectId)
contains
in interface ObjectIdSet
objectId
- the objectId to findprivate ObjectIdOwnerMap<LazyObjectIdSetFile.Entry> load()