Searched defs:DefinedImpl (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.java96 private static final class DefinedImpl implements EntryIDSetImplementor class in class:EntryIDSet
105 DefinedImpl(long... entryIDs) method in class:EntryIDSet.DefinedImpl
592 return new EntryIDSet(new DefinedImpl(entryIDs));
835 concreteImpl = new DefinedImpl(that.getIDs());
849 concreteImpl = new DefinedImpl(intersection(concreteImpl.getIDs(), that.getIDs()));
853 concreteImpl = new DefinedImpl();

Completed in 29 milliseconds