HomeSort by relevance Sort by last modified time
    Searched refs:LinkedHashMapEntry (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/java/util/
LinkedHashMap.java 194 * LinkedHashMapEntry should not be renamed. Specifically, for
216 static class LinkedHashMapEntry<K,V> extends HashMap.Node<K,V> {
217 LinkedHashMapEntry<K,V> before, after;
218 LinkedHashMapEntry(int hash, K key, V value, Node<K,V> next) {
228 transient LinkedHashMapEntry<K,V> head;
233 transient LinkedHashMapEntry<K,V> tail;
246 private void linkNodeLast(LinkedHashMapEntry<K,V> p) {
247 LinkedHashMapEntry<K,V> last = tail;
258 private void transferLinks(LinkedHashMapEntry<K,V> src,
259 LinkedHashMapEntry<K,V> dst)
    [all...]
HashMap.java     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 85 milliseconds