- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BiMapEntry (0.13 seconds)
-
android/guava/src/com/google/common/collect/AbstractBiMap.java
Set<Entry<K, V>> result = entrySet; return (result == null) ? entrySet = new EntrySet() : result; } private final class BiMapEntry extends ForwardingMapEntry<K, V> { private final Entry<K, V> delegate; BiMapEntry(Entry<K, V> delegate) { this.delegate = delegate; } @Override protected Entry<K, V> delegate() { return delegate; }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 15:50:50 GMT 2025 - 13.5K bytes - Click Count (0) -
guava/src/com/google/common/collect/AbstractBiMap.java
Set<Entry<K, V>> result = entrySet; return (result == null) ? entrySet = new EntrySet() : result; } private final class BiMapEntry extends ForwardingMapEntry<K, V> { private final Entry<K, V> delegate; BiMapEntry(Entry<K, V> delegate) { this.delegate = delegate; } @Override protected Entry<K, V> delegate() { return delegate; }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 15:50:50 GMT 2025 - 14.3K bytes - Click Count (0)