Home | History | Annotate | Download | only in collect

Lines Matching refs:getHash

100  *   public int getHash(InternalEntry<K, V> entry) { return entry.hash; }
406 int getHash(E entry);
657 int hash = strategy.getHash(entry);
665 int hash = strategy.getHash(entry);
795 if (s.getHash(e) != hash) {
826 if (s.getHash(e) != hash) {
876 if (s.getHash(e) == hash && entryKey != null
904 if (s.getHash(e) == hash && entryKey != null
941 if (s.getHash(e) == hash && entryKey != null
1004 int headIndex = s.getHash(head) & newMask;
1016 int newIndex = s.getHash(last) & newMask;
1029 int newIndex = s.getHash(e) & newMask;
1053 if (s.getHash(e) == hash && entryKey != null
1092 if (s.getHash(e) == hash && entryKey != null
1135 if (s.getHash(e) == hash && entry.equals(e)) {
1177 if (s.getHash(e) == hash && entry.equals(e)) {
2136 public int getHash(SimpleInternalEntry<K, V> entry) {