Uses of Class
com.google.common.collect.Multisets.ImmutableEntry
Packages that use Multisets.ImmutableEntry
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of Multisets.ImmutableEntry in com.google.common.collect
Subclasses of Multisets.ImmutableEntry in com.google.common.collectModifier and TypeClassDescriptionprivate static final classFields in com.google.common.collect declared as Multisets.ImmutableEntryModifier and TypeFieldDescriptionprivate static final Multisets.ImmutableEntry<?>[]RegularImmutableMultiset.EMPTY_ARRAYprivate final Multisets.ImmutableEntry<E>[]RegularImmutableMultiset.entriesprivate final Multisets.ImmutableEntry<?>[]RegularImmutableMultiset.hashTableprivate final Multisets.ImmutableEntry<E>RegularImmutableMultiset.NonTerminalEntry.nextInBucketMethods 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 booleanRegularImmutableMultiset.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) privateRegularImmutableMultiset(Multisets.ImmutableEntry<E>[] entries, Multisets.ImmutableEntry<?>[] hashTable, int size, int hashCode, ImmutableSet<E> elementSet)