Searched defs:copyRemainder (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.java941 targetIndex = copyRemainder(a, newEntryIDs, sourceAIndex, targetIndex);
942 targetIndex = copyRemainder(b, newEntryIDs, sourceBIndex, targetIndex);
951 private static int copyRemainder(long[] sourceIDSet, final long[] newEntryIDs, int offset, int remainerIndex) method in class:EntryIDSet

Completed in 22 milliseconds