Uses of Class
com.google.common.collect.Count
Packages that use Count
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Count in com.google.common.collect
Fields in com.google.common.collect with type parameters of type CountModifier and TypeFieldDescriptionAbstractMapBasedMultiset.backingMap
AbstractMapBasedMultiset.MapBasedMultisetIterator.currentEntry
AbstractMapBasedMultiset.MapBasedMultisetIterator.entryIterator
Methods in com.google.common.collect with parameters of type CountModifier and TypeMethodDescriptionprivate static int
Method parameters in com.google.common.collect with type arguments of type CountModifier and TypeMethodDescription(package private) void
AbstractMapBasedMultiset.setBackingMap
(Map<E, Count> backingMap) Used during deserialization only.Constructor parameters in com.google.common.collect with type arguments of type CountModifierConstructorDescriptionprotected
AbstractMapBasedMultiset
(Map<E, Count> backingMap) Standard constructor.