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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryIDSet.java59 private interface EntryIDSetImplementor extends Iterable<EntryID> interface in class:EntryIDSet
96 private static final class DefinedImpl implements EntryIDSetImplementor
294 private static final class UndefinedImpl implements EntryIDSetImplementor
690 private EntryIDSetImplementor concreteImpl;
692 private EntryIDSet(EntryIDSetImplementor concreteImpl)

Completed in 36 milliseconds