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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java115 private ComparatorBuffer<byte[]> comparator;
243 public void setComparator(ComparatorBuffer<byte[]> comparator)
778 public static interface ComparatorBuffer<T> { interface in class:IndexOutputBuffer
835 * Implementation of ComparatorBuffer interface. Used to compare keys when
839 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java98 private ComparatorBuffer<byte[]> comparator;
221 public void setComparator(ComparatorBuffer<byte[]> comparator)
742 public static interface ComparatorBuffer<T> { interface in class:IndexOutputBuffer
799 * Implementation of ComparatorBuffer interface. Used to compare keys when
803 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java98 private ComparatorBuffer<byte[]> comparator;
221 public void setComparator(ComparatorBuffer<byte[]> comparator)
742 public static interface ComparatorBuffer<T> { interface in class:IndexOutputBuffer
799 * Implementation of ComparatorBuffer interface. Used to compare keys when
803 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java115 private ComparatorBuffer<byte[]> comparator;
243 public void setComparator(ComparatorBuffer<byte[]> comparator)
778 public static interface ComparatorBuffer<T> { interface in class:IndexOutputBuffer
835 * Implementation of ComparatorBuffer interface. Used to compare keys when
839 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java98 private ComparatorBuffer<byte[]> comparator;
221 public void setComparator(ComparatorBuffer<byte[]> comparator)
742 public static interface ComparatorBuffer<T> { interface in class:IndexOutputBuffer
799 * Implementation of ComparatorBuffer interface. Used to compare keys when
803 class IndexComparator implements IndexOutputBuffer.ComparatorBuffer<byte[]>

Completed in 38 milliseconds