Uses of Class
com.google.common.collect.Multisets.ImmutableEntry
-
Packages that use Multisets.ImmutableEntry Package Description com.google.common.collect 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.collect Modifier and Type Class Description private static class
RegularImmutableMultiset.NonTerminalEntry<E>
Fields in com.google.common.collect declared as Multisets.ImmutableEntry Modifier and Type Field Description private static Multisets.ImmutableEntry<?>[]
RegularImmutableMultiset. EMPTY_ARRAY
private Multisets.ImmutableEntry<E>[]
RegularImmutableMultiset. entries
private Multisets.ImmutableEntry<?>[]
RegularImmutableMultiset. hashTable
private Multisets.ImmutableEntry<E>
RegularImmutableMultiset.NonTerminalEntry. nextInBucket
Methods in com.google.common.collect that return Multisets.ImmutableEntry Modifier and Type Method Description Multisets.ImmutableEntry<E>
Multisets.ImmutableEntry. nextInBucket()
Multisets.ImmutableEntry<E>
RegularImmutableMultiset.NonTerminalEntry. nextInBucket()
Methods in com.google.common.collect with parameters of type Multisets.ImmutableEntry Modifier and Type Method Description private static boolean
RegularImmutableMultiset. hashFloodingDetected(Multisets.ImmutableEntry<?>[] hashTable)
Constructors in com.google.common.collect with parameters of type Multisets.ImmutableEntry Constructor Description NonTerminalEntry(E element, int count, Multisets.ImmutableEntry<E> nextInBucket)
RegularImmutableMultiset(Multisets.ImmutableEntry<E>[] entries, Multisets.ImmutableEntry<?>[] hashTable, int size, int hashCode, ImmutableSet<E> elementSet)
-