Searched refs:copyArray (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DBlockIterator.java97 keys = copyArray(o.keys);
98 priKeys = coll.isSecondary() ? copyArray(o.priKeys) : keys;
99 values = copyArray(o.values);
109 private byte[][] copyArray(byte[][] a) { method in class:BlockIterator

Completed in 102 milliseconds