Uses of Interface
com.google.common.collect.Multiset.Entry
Packages that use Multiset.Entry
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of Multiset.Entry in com.google.common.collect
Classes in com.google.common.collect that implement Multiset.EntryModifier and TypeClassDescription(package private) static class(package private) static classprivate static final classFields in com.google.common.collect declared as Multiset.EntryModifier and TypeFieldDescriptionprivate Multiset.Entry<E>Multisets.MultisetIteratorImpl.currentEntryFields in com.google.common.collect with type parameters of type Multiset.EntryModifier and TypeFieldDescriptionprivate final List<Multiset.Entry<E>>ImmutableMultiset.ElementSet.entriesprivate final ImmutableList<Multiset.Entry<E>>JdkBackedImmutableMultiset.entriesprivate final Iterator<Multiset.Entry<E>>Multisets.MultisetIteratorImpl.entryIteratorprivate Set<Multiset.Entry<E>>AbstractMultiset.entrySetprivate Set<Multiset.Entry<E>>DescendingMultiset.entrySetprivate ImmutableSet<Multiset.Entry<E>>ImmutableMultiset.entrySet(package private) Set<Multiset.Entry<E>>Multisets.UnmodifiableMultiset.entrySet(package private) Set<Multiset.Entry<E>>Synchronized.SynchronizedMultiset.entrySetMethods in com.google.common.collect that return Multiset.EntryModifier and TypeMethodDescriptionAbstractSortedMultiset.firstEntry()DescendingImmutableSortedMultiset.firstEntry()DescendingMultiset.firstEntry()ForwardingSortedMultiset.firstEntry()RegularImmutableSortedMultiset.firstEntry()SortedMultiset.firstEntry()Returns the entry of the first element in this multiset, ornullif this multiset is empty.UnmodifiableSortedMultiset.firstEntry()(package private) Multiset.Entry<E>ImmutableMultiset.EntrySet.get(int index) (package private) Multiset.Entry<E>DescendingImmutableSortedMultiset.getEntry(int index) (package private) Multiset.Entry<K>ImmutableMultimap.Keys.getEntry(int index) (package private) abstract Multiset.Entry<E>ImmutableMultiset.getEntry(int index) (package private) Multiset.Entry<E>JdkBackedImmutableMultiset.getEntry(int index) (package private) Multiset.Entry<E>RegularImmutableMultiset.getEntry(int index) (package private) Multiset.Entry<E>RegularImmutableSortedMultiset.getEntry(int index) static <E> Multiset.Entry<E>Multisets.immutableEntry(E e, int n) Returns an immutable multiset entry with the specified element and count.AbstractSortedMultiset.lastEntry()DescendingImmutableSortedMultiset.lastEntry()DescendingMultiset.lastEntry()ForwardingSortedMultiset.lastEntry()RegularImmutableSortedMultiset.lastEntry()SortedMultiset.lastEntry()Returns the entry of the last element in this multiset, ornullif this multiset is empty.UnmodifiableSortedMultiset.lastEntry()AbstractSortedMultiset.pollFirstEntry()DescendingMultiset.pollFirstEntry()ForwardingSortedMultiset.pollFirstEntry()final Multiset.Entry<E>ImmutableSortedMultiset.pollFirstEntry()Deprecated.Unsupported operation.SortedMultiset.pollFirstEntry()Returns and removes the entry associated with the lowest element in this multiset, or returnsnullif this multiset is empty.UnmodifiableSortedMultiset.pollFirstEntry()AbstractSortedMultiset.pollLastEntry()DescendingMultiset.pollLastEntry()ForwardingSortedMultiset.pollLastEntry()final Multiset.Entry<E>ImmutableSortedMultiset.pollLastEntry()Deprecated.Unsupported operation.SortedMultiset.pollLastEntry()Returns and removes the entry associated with the greatest element in this multiset, or returnsnullif this multiset is empty.UnmodifiableSortedMultiset.pollLastEntry()protected Multiset.Entry<E>ForwardingSortedMultiset.standardFirstEntry()A sensible definition ofForwardingSortedMultiset.firstEntry()in terms ofentrySet().iterator().protected Multiset.Entry<E>ForwardingSortedMultiset.standardLastEntry()A sensible definition ofForwardingSortedMultiset.lastEntry()in terms ofdescendingMultiset().entrySet().iterator().protected Multiset.Entry<E>ForwardingSortedMultiset.standardPollFirstEntry()A sensible definition ofForwardingSortedMultiset.pollFirstEntry()in terms ofentrySet().iterator().protected Multiset.Entry<E>ForwardingSortedMultiset.standardPollLastEntry()A sensible definition ofForwardingSortedMultiset.pollLastEntry()in terms ofdescendingMultiset().entrySet().iterator().private Multiset.Entry<E>TreeMultiset.wrapEntry(TreeMultiset.AvlNode<E> baseEntry) Methods in com.google.common.collect that return types with arguments of type Multiset.EntryModifier and TypeMethodDescription(package private) Set<Multiset.Entry<E>>AbstractMultiset.createEntrySet()ConcurrentHashMultiset.createEntrySet()Deprecated.Internal method, useAbstractMultiset.entrySet().(package private) Set<Multiset.Entry<E>>DescendingMultiset.createEntrySet()private ImmutableSet<Multiset.Entry<E>>ImmutableMultiset.createEntrySet()(package private) Set<Multiset.Entry<E>>Multisets.FilteredMultiset.createEntrySet()(package private) abstract Iterator<Multiset.Entry<E>>AbstractSortedMultiset.descendingEntryIterator()(package private) Iterator<Multiset.Entry<E>>TreeMultiset.descendingEntryIterator()(package private) Iterator<Multiset.Entry<E>>AbstractMapBasedMultiset.entryIterator()(package private) abstract Iterator<Multiset.Entry<E>>AbstractMultiset.entryIterator()(package private) Iterator<Multiset.Entry<E>>ConcurrentHashMultiset.entryIterator()(package private) abstract Iterator<Multiset.Entry<E>>DescendingMultiset.entryIterator()(package private) Iterator<Multiset.Entry<E>>EnumMultiset.entryIterator()(package private) Iterator<Multiset.Entry<K>>Multimaps.Keys.entryIterator()(package private) Iterator<Multiset.Entry<E>>Multisets.FilteredMultiset.entryIterator()(package private) Iterator<Multiset.Entry<E>>TreeMultiset.entryIterator()AbstractMapBasedMultiset.entrySet()Returns a view of the contents of this multiset, grouped intoMultiset.Entryinstances, each providing an element of the multiset and the count of that element.AbstractMultiset.entrySet()DescendingMultiset.entrySet()FilteredEntryMultimap.Keys.entrySet()ForwardingMultiset.entrySet()ImmutableMultiset.entrySet()Multiset.entrySet()Returns a view of the contents of this multiset, grouped intoMultiset.Entryinstances, each providing an element of the multiset and the count of that element.Multisets.UnmodifiableMultiset.entrySet()SortedMultiset.entrySet()Returns a view of the contents of this multiset, grouped intoMultiset.Entryinstances, each providing an element of the multiset and the count of that element.Synchronized.SynchronizedMultiset.entrySet()AbstractMultiset.EntrySet.iterator()private List<Multiset.Entry<E>>ConcurrentHashMultiset.EntrySet.snapshot()Methods in com.google.common.collect with parameters of type Multiset.EntryModifier and TypeMethodDescriptionintMultisets.DecreasingCount.compare(Multiset.Entry<?> entry1, Multiset.Entry<?> entry2) private static <E> ESortedMultisets.getElementOrNull(Multiset.Entry<E> entry) private static <E> ESortedMultisets.getElementOrThrow(Multiset.Entry<E> entry) Method parameters in com.google.common.collect with type arguments of type Multiset.EntryModifier and TypeMethodDescription(package private) static <E> ImmutableMultiset<E>ImmutableMultiset.copyFromEntries(Collection<? extends Multiset.Entry<? extends E>> entries) private static <E> ImmutableSortedMultiset<E>ImmutableSortedMultiset.copyOfSortedEntries(Comparator<? super E> comparator, Collection<Multiset.Entry<E>> entries) (package private) static <E> ImmutableMultiset<E>JdkBackedImmutableMultiset.create(Collection<? extends Multiset.Entry<? extends E>> entries) (package private) static <E> ImmutableMultiset<E>RegularImmutableMultiset.create(Collection<? extends Multiset.Entry<? extends E>> entries) (package private) static <E> Iterator<E>Multisets.elementIterator(Iterator<Multiset.Entry<E>> entryIterator) Constructor parameters in com.google.common.collect with type arguments of type Multiset.EntryModifierConstructorDescription(package private)ElementSet(List<Multiset.Entry<E>> entries, Multiset<E> delegate) privateJdkBackedImmutableMultiset(Map<E, Integer> delegateMap, ImmutableList<Multiset.Entry<E>> entries, long size) (package private)MultisetIteratorImpl(Multiset<E> multiset, Iterator<Multiset.Entry<E>> entryIterator) -
Uses of Multiset.Entry in com.google.common.collect.testing.google
Fields in com.google.common.collect.testing.google declared as Multiset.EntryModifier and TypeFieldDescriptionprivate Multiset.Entry<E>MultisetNavigationTester.aprivate Multiset.Entry<E>MultisetNavigationTester.bprivate Multiset.Entry<E>MultisetNavigationTester.cMethods in com.google.common.collect.testing.google that return Multiset.EntryModifier and TypeMethodDescriptionMultiset.Entry<E>[]MultisetTestSuiteBuilder.EntrySetGenerator.createArray(int length) Methods in com.google.common.collect.testing.google that return types with arguments of type Multiset.EntryModifier and TypeMethodDescription(package private) abstract <E> List<Multiset.Entry<E>>MultisetNavigationTester.SubMultisetSpec.expectedEntries(int targetEntry, List<Multiset.Entry<E>> entries) MultisetTestSuiteBuilder.EntrySetGenerator.order(List<Multiset.Entry<E>> insertionOrder) MultisetTestSuiteBuilder.EntrySetGenerator.samples()Methods in com.google.common.collect.testing.google with parameters of type Multiset.EntryModifier and TypeMethodDescription(package private) voidMultisetNavigationTester.expectAddFailure(SortedMultiset<E> multiset, Multiset.Entry<E> entry) (package private) voidMultisetNavigationTester.expectRemoveZero(SortedMultiset<E> multiset, Multiset.Entry<E> entry) (package private) voidMultisetNavigationTester.expectSetCountFailure(SortedMultiset<E> multiset, Multiset.Entry<E> entry) Method parameters in com.google.common.collect.testing.google with type arguments of type Multiset.EntryModifier and TypeMethodDescription(package private) abstract <E> List<Multiset.Entry<E>>MultisetNavigationTester.SubMultisetSpec.expectedEntries(int targetEntry, List<Multiset.Entry<E>> entries) MultisetTestSuiteBuilder.EntrySetGenerator.order(List<Multiset.Entry<E>> insertionOrder) (package private) abstract <E> SortedMultiset<E>MultisetNavigationTester.SubMultisetSpec.subMultiset(SortedMultiset<E> multiset, List<Multiset.Entry<E>> entries, int targetEntry) private static intMultisetNavigationTester.totalSize(Iterable<? extends Multiset.Entry<?>> entries)