Searched refs:Index (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 341 private transient Index<K,V> head; 374 static final class Index<K,V> { class in ConcurrentSkipListMap 376 final Index<K,V> down; 377 Index<K,V> right; 378 Index(Node<K,V> node, Index<K,V> down, Index<K,V> right) { in Index() method in ConcurrentSkipListMap.Index 400 Index<K,V> h; in baseHead() 466 Index<K,V> q; in findPredecessor() 471 for (Index<K,V> r, d;;) { in findPredecessor() 538 Index<K,V> q; in doGet() 545 outer: for (Index<K,V> r, d;;) { in doGet() [all …]
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 2304 throw new IllegalArgumentException("Index less than zero: " + index);
|