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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DNSMutableArrayAdditions.h27 - (void) moveObjectAtIndex: (NSUInteger) fromIndex toIndex: (NSUInteger) toIndex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredList.java495 * fromIndex, inclusive, and toIndex, exclusive.
502 public List subList(int fromIndex, int toIndex) { argument
504 if (fromIndex < 0 || fromIndex > toIndex) {
511 new Long(toIndex), false,

Completed in 164 milliseconds