Searched defs:compareForOverlap (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.java204 final int overlap = compareForOverlap(getRange(), anotherEntryIDSet.getRange());
222 if (compareForOverlap(getRange(), that.getRange()) == 0)
846 final boolean thatSetOverlap = compareForOverlap(getRange(), that.getRange()) == 0;
973 private static int compareForOverlap(long[] o1, long[] o2) method in class:EntryIDSet

Completed in 61 milliseconds