Searched defs:IDSetIterator (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java34 public class IDSetIterator implements Iterator<EntryID> class in inherits:Iterator
50 public IDSetIterator(long[] entryIDList) method in class:IDSetIterator
61 public IDSetIterator(long[] entryIDList, EntryID begin) method in class:IDSetIterator
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java35 public class IDSetIterator implements Iterator<EntryID> class in inherits:Iterator
51 public IDSetIterator(long[] entryIDList) method in class:IDSetIterator
62 public IDSetIterator(long[] entryIDList, EntryID begin) method in class:IDSetIterator
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java35 public class IDSetIterator implements Iterator<EntryID> class in inherits:Iterator
51 public IDSetIterator(long[] entryIDList) method in class:IDSetIterator
62 public IDSetIterator(long[] entryIDList, EntryID begin) method in class:IDSetIterator
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java34 public class IDSetIterator implements Iterator<EntryID> class in inherits:Iterator
50 public IDSetIterator(long[] entryIDList) method in class:IDSetIterator
61 public IDSetIterator(long[] entryIDList, EntryID begin) method in class:IDSetIterator
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java35 public class IDSetIterator implements Iterator<EntryID> class in inherits:Iterator
51 public IDSetIterator(long[] entryIDList) method in class:IDSetIterator
62 public IDSetIterator(long[] entryIDList, EntryID begin) method in class:IDSetIterator
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryIDSet.java264 return new IDSetIterator(entryIDs);
270 return new IDSetIterator(entryIDs, begin == null ? 0 : begin.longValue());
385 private static final class IDSetIterator implements Iterator<EntryID> class in class:EntryIDSet
390 IDSetIterator(long[] entryIDSet) method in class:EntryIDSet.IDSetIterator
395 IDSetIterator(long[] entryIDSet, long begin) method in class:EntryIDSet.IDSetIterator

Completed in 69 milliseconds