Package com.google.common.collect
Class TreeMultiset.Reference<T>
- java.lang.Object
-
- com.google.common.collect.TreeMultiset.Reference<T>
-
- Enclosing class:
- TreeMultiset<E>
private static final class TreeMultiset.Reference<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Reference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkAndSet(T expected, T newValue)
T
get()
-