- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setBackingMap (0.06 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultiset.java
checkArgument(backingMap.isEmpty()); this.backingMap = backingMap; } /** Used during deserialization only. The backing map must be empty. */ void setBackingMap(Map<E, Count> backingMap) { this.backingMap = backingMap; } // Required Implementations /** * {@inheritDoc} *
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 10.2K bytes - Viewed (0)