- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BiMapEntry (0.04 seconds)
-
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 Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 15:50:50 GMT 2025 - 14.3K bytes - Click Count (0)