- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BiEntry (0.06 sec)
-
guava/src/com/google/common/collect/HashBiMap.java
// which would cause memory leaks when non-empty HashBiMap with cyclic BiEntry // instances is deallocated. @CheckForNull BiEntry<K, V> nextInKToVBucket; @Weak @CheckForNull BiEntry<K, V> nextInVToKBucket; @Weak @CheckForNull BiEntry<K, V> nextInKeyInsertionOrder; @Weak @CheckForNull BiEntry<K, V> prevInKeyInsertionOrder;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 13 14:11:58 UTC 2023 - 24.5K bytes - Viewed (0)