Uses of Class
com.google.common.collect.Count
-
Packages that use Count Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of Count in com.google.common.collect
Fields in com.google.common.collect with type parameters of type Count Modifier and Type Field Description private java.util.Map<E,Count>
AbstractMapBasedMultiset. backingMap
(package private) java.util.Map.Entry<E,Count>
AbstractMapBasedMultiset.MapBasedMultisetIterator. currentEntry
(package private) java.util.Iterator<java.util.Map.Entry<E,Count>>
AbstractMapBasedMultiset.MapBasedMultisetIterator. entryIterator
Methods in com.google.common.collect with parameters of type Count Modifier and Type Method Description private static int
AbstractMapBasedMultiset. getAndSet(Count i, int count)
Method parameters in com.google.common.collect with type arguments of type Count Modifier and Type Method Description (package private) void
AbstractMapBasedMultiset. setBackingMap(java.util.Map<E,Count> backingMap)
Used during deserialization only.Constructor parameters in com.google.common.collect with type arguments of type Count Constructor Description AbstractMapBasedMultiset(java.util.Map<E,Count> backingMap)
Standard constructor.
-