Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
Modifier and Type | Class and Description |
---|---|
private static class |
RegularImmutableMultiset.NonTerminalEntry<E> |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
Multisets.ImmutableEntry<E> |
RegularImmutableMultiset.NonTerminalEntry.nextInBucket() |
Multisets.ImmutableEntry<E> |
Multisets.ImmutableEntry.nextInBucket() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
RegularImmutableMultiset.hashFloodingDetected(Multisets.ImmutableEntry<?>[] hashTable) |
Constructor and 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) |
RegularImmutableMultiset(Multisets.ImmutableEntry<E>[] entries,
Multisets.ImmutableEntry<?>[] hashTable,
int size,
int hashCode,
ImmutableSet<E> elementSet) |