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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java36 public class EntryIDSet implements Iterable<EntryID> class in inherits:Iterable
61 public EntryIDSet() method in class:EntryIDSet
72 public EntryIDSet(long size) method in class:EntryIDSet
84 public EntryIDSet(byte[] keyBytes, byte[] bytes) method in class:EntryIDSet
116 * Construct an EntryIDSet from an array of longs.
122 EntryIDSet(long[] values, int pos, int len) method in class:EntryIDSet
137 public static EntryIDSet unionOfSets(ArrayList<EntryIDSet> sets,
144 for (EntryIDSet l : sets)
150 return new EntryIDSet();
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java37 public class EntryIDSet implements Iterable<EntryID> class in inherits:Iterable
62 public EntryIDSet() method in class:EntryIDSet
73 public EntryIDSet(long size) method in class:EntryIDSet
85 public EntryIDSet(byte[] keyBytes, byte[] bytes) method in class:EntryIDSet
117 * Construct an EntryIDSet from an array of longs.
123 EntryIDSet(long[] values, int pos, int len) method in class:EntryIDSet
138 public static EntryIDSet unionOfSets(ArrayList<EntryIDSet> sets,
145 for (EntryIDSet l : sets)
151 return new EntryIDSet();
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java37 public class EntryIDSet implements Iterable<EntryID> class in inherits:Iterable
62 public EntryIDSet() method in class:EntryIDSet
73 public EntryIDSet(long size) method in class:EntryIDSet
85 public EntryIDSet(byte[] keyBytes, byte[] bytes) method in class:EntryIDSet
117 * Construct an EntryIDSet from an array of longs.
123 EntryIDSet(long[] values, int pos, int len) method in class:EntryIDSet
138 public static EntryIDSet unionOfSets(ArrayList<EntryIDSet> sets,
145 for (EntryIDSet l : sets)
151 return new EntryIDSet();
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java36 public class EntryIDSet implements Iterable<EntryID> class in inherits:Iterable
61 public EntryIDSet() method in class:EntryIDSet
72 public EntryIDSet(long size) method in class:EntryIDSet
84 public EntryIDSet(byte[] keyBytes, byte[] bytes) method in class:EntryIDSet
116 * Construct an EntryIDSet from an array of longs.
122 EntryIDSet(long[] values, int pos, int len) method in class:EntryIDSet
137 public static EntryIDSet unionOfSets(ArrayList<EntryIDSet> sets,
144 for (EntryIDSet l : sets)
150 return new EntryIDSet();
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java37 public class EntryIDSet implements Iterable<EntryID> class in inherits:Iterable
62 public EntryIDSet() method in class:EntryIDSet
73 public EntryIDSet(long size) method in class:EntryIDSet
85 public EntryIDSet(byte[] keyBytes, byte[] bytes) method in class:EntryIDSet
117 * Construct an EntryIDSet from an array of longs.
123 EntryIDSet(long[] values, int pos, int len) method in class:EntryIDSet
138 public static EntryIDSet unionOfSets(ArrayList<EntryIDSet> sets,
145 for (EntryIDSet l : sets)
151 return new EntryIDSet();
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryIDSet.java49 final class EntryIDSet implements Iterable<EntryID> class in inherits:Iterable
58 /** Interface for EntryIDSet concrete implementations. */
77 void addAll(EntryIDSet that);
79 void removeAll(EntryIDSet that);
87 /** Define serialization contract for EntryIDSet. */
90 ByteString encode(EntryIDSet idSet);
92 EntryIDSet decode(ByteSequence key, ByteString value);
191 public void addAll(EntryIDSet anotherEntryIDSet)
220 public void removeAll(EntryIDSet that)
348 public void addAll(EntryIDSet tha
692 private EntryIDSet(EntryIDSetImplementor concreteImpl) method in class:EntryIDSet
[all...]

Completed in 46 milliseconds