Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 50) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/
DHashtable.java337 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 …]
DHashMap.java279 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 …]
DLinkedHashMap.java218 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()
DObjects.java144 public static int hash(Object... values) { in hash() method in Objects
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java155 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/
DHashMap.java50 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()
DLinkedHashMap.java67 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/
DAclEntry.java72 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/
DProxy.java455 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
DWeakCache.java299 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/
DDistributionPointName.java214 int hash = hashCode; in hashCode() local
DDistributionPoint.java344 int hash = hashCode; in hashCode() local
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/
DEra.java85 private int hash = 0; // 0x0 field in Era
/libcore/ojluni/src/main/java/sun/util/calendar/
DEra.java136 private int hash = 0; field in Era
/libcore/ojluni/src/main/java/java/security/cert/
DCertificate.java70 private int hash = -1; // Default to -1 field in Certificate
/libcore/ojluni/src/main/java/sun/util/locale/
DBaseLocale.java48 private volatile int hash = 0; field in BaseLocale
173 private final int hash; field in BaseLocale.Key
/libcore/ojluni/annotations/sdk/nullability/java/util/
DObjects.annotated.java42 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/
DCache.java106 private volatile int hash; field in Cache.EqualByteArray
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java241 int hash = 0; in hashCode() local
DAnnotationMember.java260 int hash = name.hashCode() * 127; in hashCode() local
/libcore/ojluni/src/main/java/java/time/temporal/
DValueRange.java401 long hash = minSmallest + minLargest << 16 + minLargest >> 48 + maxSmallest << 32 + in hashCode() local
/libcore/ojluni/annotations/hiddenapi/java/net/
DURI.java219 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/
DExchanger.java315 int hash; // Pseudo-random for spins field in Exchanger.Node
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1881 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/
DURI.java492 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()

12