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

/dalvik/libcore/luni/src/main/java/java/util/
H A DHashtable.java57 transient int lastSlot = -1; field in class:Hashtable
137 position = lastSlot;
230 start = lastSlot + 1;
717 if (index > lastSlot) {
718 lastSlot = index;
759 for (int i = lastSlot + 1; --i >= firstSlot;) {
776 lastSlot = newLast;
845 for (int i = lastSlot; i >= firstSlot; i--) {
944 if (index > lastSlot) {
945 lastSlot
[all...]

Completed in 53 milliseconds