Searched defs:concreteImpl (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.java690 private EntryIDSetImplementor concreteImpl; field in class:EntryIDSet
692 private EntryIDSet(EntryIDSetImplementor concreteImpl) argument
694 this.concreteImpl = concreteImpl;
704 return concreteImpl.size();
718 concreteImpl.toString(buffer);
741 final long[] entryIDs = concreteImpl.getIDs();
752 return concreteImpl.isDefined();
768 return concreteImpl.add(entryID);
784 return concreteImpl
[all...]

Completed in 22 milliseconds