/libcore/ojluni/src/main/java/java/util/ |
D | Hashtable.java | 337 int hash = key.hashCode(); in containsKey() local 365 int hash = key.hashCode(); in get() local 421 private void addEntry(int hash, K key, V value, int index) { in addEntry() 466 int hash = key.hashCode(); in put() local 493 int hash = key.hashCode(); in remove() local 702 int hash = key.hashCode(); in contains() local 717 int hash = key.hashCode(); in remove() local 917 int hash = key.hashCode(); in putIfAbsent() local 940 int hash = key.hashCode(); in remove() local 965 int hash = key.hashCode(); in replace() local [all …]
|
D | HashMap.java | 279 final int hash; field in HashMap.Node 284 Node(int hash, K key, V value, Node<K,V> next) { in Node() 336 static final int hash(Object key) { in hash() method in HashMap 566 final Node<K,V> getNode(int hash, Object key) { in getNode() 624 final V putVal(int hash, K key, V value, boolean onlyIfAbsent, in putVal() 754 final void treeifyBin(Node<K,V>[] tab, int hash) { in treeifyBin() 812 final Node<K,V> removeNode(int hash, Object key, Object value, in removeNode() 1101 int hash = hash(key); in computeIfAbsent() local 1155 int hash = hash(key); in computeIfPresent() local 1175 int hash = hash(key); in compute() local [all …]
|
D | LinkedHashMap.java | 218 LinkedHashMapEntry(int hash, K key, V value, Node<K,V> next) { in LinkedHashMapEntry() 279 Node<K,V> newNode(int hash, K key, V value, Node<K,V> e) { in newNode() 294 TreeNode<K,V> newTreeNode(int hash, K key, V value, Node<K,V> next) { in newTreeNode()
|
D | Objects.java | 144 public static int hash(Object... values) { in hash() method in Objects
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Proxy.java | 155 private final int hash; field in Proxy.Key1 178 private final int hash; field in Proxy.Key2 227 private final int hash; field in Proxy.KeyX
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | HashMap.java | 50 static final int hash(java.lang.Object key) { in hash() method in HashMap 82 final java.util.HashMap.Node<K, V> getNode(int hash, java.lang.Object key) { in getNode() 94 final V putVal(int hash, K key, V value, boolean onlyIfAbsent, boolean evict) { in putVal() 102 final void treeifyBin(java.util.HashMap.Node<K, V>[] tab, int hash) { in treeifyBin() 115 int hash, in removeNode() 218 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newNode() 228 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newTreeNode() 500 Node(int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in Node() 528 final int hash; field in HashMap.Node 551 TreeNode(int hash, K key, V val, java.util.HashMap.Node<K, V> next) { in TreeNode()
|
D | LinkedHashMap.java | 67 java.util.HashMap.Node<K, V> newNode(int hash, K key, V value, java.util.HashMap.Node<K, V> e) { in newNode() 77 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newTreeNode() 235 LinkedHashMapEntry(int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in LinkedHashMapEntry()
|
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | AclEntry.java | 72 private volatile int hash; field in AclEntry 359 private static int hash(int h, Object o) { in hash() method in AclEntry
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Proxy.java | 455 private final int hash; field in Proxy.Key1 482 private final int hash; field in Proxy.Key2 514 private final int hash; field in Proxy.KeyX
|
D | WeakCache.java | 299 private final int hash; field in WeakCache.CacheValue 341 private final int hash; field in WeakCache.CacheKey
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | DistributionPointName.java | 214 int hash = hashCode; in hashCode() local
|
D | DistributionPoint.java | 344 int hash = hashCode; in hashCode() local
|
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/ |
D | Era.java | 85 private int hash = 0; // 0x0 field in Era
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | Era.java | 136 private int hash = 0; field in Era
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | Certificate.java | 70 private int hash = -1; // Default to -1 field in Certificate
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | BaseLocale.java | 48 private volatile int hash = 0; field in BaseLocale 173 private final int hash; field in BaseLocale.Key
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Objects.annotated.java | 42 public static int hash(java.lang.@libcore.util.Nullable Object @libcore.util.Nullable ... values) {… in hash() method in Objects
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | Cache.java | 106 private volatile int hash; field in Cache.EqualByteArray
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationFactory.java | 241 int hash = 0; in hashCode() local
|
D | AnnotationMember.java | 260 int hash = name.hashCode() * 127; in hashCode() local
|
/libcore/ojluni/src/main/java/java/time/temporal/ |
D | ValueRange.java | 401 long hash = minSmallest + minLargest << 16 + minLargest >> 48 + maxSmallest << 32 + in hashCode() local
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | URI.java | 219 private static int hash(int hash, java.lang.String s) { in hash() 223 private static int normalizedHash(int hash, java.lang.String s) { in normalizedHash() 227 private static int hashIgnoringCase(int hash, java.lang.String s) { in hashIgnoringCase() 653 private transient volatile int hash; field in URI
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Exchanger.java | 315 int hash; // Pseudo-random for spins field in Exchanger.Node
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 1881 long hash = 0; in computeDefaultSUID() local 1916 void warnDefaultSUIDTargetVersionDependent(Class<?> clazz, long hash); in warnDefaultSUIDTargetVersionDependent() 2303 private final int hash; field in ObjectStreamClass.FieldReflectorKey 2460 private final int hash; field in ObjectStreamClass.WeakClassKey
|
/libcore/ojluni/src/main/java/java/net/ |
D | URI.java | 492 private volatile transient int hash; // Zero ==> undefined field in URI 1741 private static int hash(int hash, String s) { in hash() 1748 private static int normalizedHash(int hash, String s) { in normalizedHash() 1766 private static int hashIgnoringCase(int hash, String s) { in hashIgnoringCase()
|