- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for AbstractStrongKeyEntry (0.1 seconds)
-
guava/src/com/google/common/collect/MapMakerInternalMap.java
*/ /** Base class for {@link InternalEntry} implementations for strong keys. */ abstract static class AbstractStrongKeyEntry<K, V, E extends InternalEntry<K, V, E>> implements InternalEntry<K, V, E> { final K key; final int hash; AbstractStrongKeyEntry(K key, int hash) { this.key = key; this.hash = hash; } @Override public final K getKey() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 89.9K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
*/ /** Base class for {@link InternalEntry} implementations for strong keys. */ abstract static class AbstractStrongKeyEntry<K, V, E extends InternalEntry<K, V, E>> implements InternalEntry<K, V, E> { final K key; final int hash; AbstractStrongKeyEntry(K key, int hash) { this.key = key; this.hash = hash; } @Override public final K getKey() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 89.9K bytes - Click Count (0)