Uses of Class
com.google.common.collect.Multisets.ImmutableEntry
Packages that use Multisets.ImmutableEntry
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Multisets.ImmutableEntry in com.google.common.collect
Subclasses of Multisets.ImmutableEntry in com.google.common.collectModifier and TypeClassDescriptionprivate static final class
Fields in com.google.common.collect declared as Multisets.ImmutableEntryModifier and TypeFieldDescriptionprivate static final Multisets.ImmutableEntry<?>[]
RegularImmutableMultiset.EMPTY_ARRAY
private final Multisets.ImmutableEntry<E>[]
RegularImmutableMultiset.entries
private final Multisets.ImmutableEntry<?>[]
RegularImmutableMultiset.hashTable
private final Multisets.ImmutableEntry
<E> RegularImmutableMultiset.NonTerminalEntry.nextInBucket
Methods in com.google.common.collect that return Multisets.ImmutableEntryModifier and TypeMethodDescriptionMultisets.ImmutableEntry.nextInBucket()
RegularImmutableMultiset.NonTerminalEntry.nextInBucket()
Methods in com.google.common.collect with parameters of type Multisets.ImmutableEntryModifier and TypeMethodDescriptionprivate static boolean
RegularImmutableMultiset.hashFloodingDetected
(Multisets.ImmutableEntry<?>[] hashTable) Constructors in com.google.common.collect with parameters of type Multisets.ImmutableEntryModifierConstructorDescription(package private)
NonTerminalEntry
(E element, int count, Multisets.ImmutableEntry<E> nextInBucket) private
RegularImmutableMultiset
(Multisets.ImmutableEntry<E>[] entries, Multisets.ImmutableEntry<?>[] hashTable, int size, int hashCode, ImmutableSet<E> elementSet)