Searched defs:remainerIndex (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.java951 private static int copyRemainder(long[] sourceIDSet, final long[] newEntryIDs, int offset, int remainerIndex) argument
956 System.arraycopy(sourceIDSet, offset, newEntryIDs, remainerIndex, currentRemainder);
957 return remainerIndex + currentRemainder;
959 return remainerIndex;

Completed in 22 milliseconds