Uses of Interface
com.google.common.collect.Multiset.Entry
-
Packages that use Multiset.Entry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.collect.testing.google -
-
Uses of Multiset.Entry in com.google.common.collect
Classes in com.google.common.collect that implement Multiset.Entry Modifier and Type Class Description (package private) static classMultisets.AbstractEntry<E>(package private) static classMultisets.ImmutableEntry<E>private static classRegularImmutableMultiset.NonTerminalEntry<E>Fields in com.google.common.collect declared as Multiset.Entry Modifier and Type Field Description private Multiset.Entry<E>Multisets.MultisetIteratorImpl. currentEntryFields in com.google.common.collect with type parameters of type Multiset.Entry Modifier and Type Field Description private java.util.List<Multiset.Entry<E>>ImmutableMultiset.ElementSet. entriesprivate ImmutableList<Multiset.Entry<E>>JdkBackedImmutableMultiset. entriesprivate java.util.Iterator<Multiset.Entry<E>>Multisets.MultisetIteratorImpl. entryIteratorprivate java.util.Set<Multiset.Entry<E>>AbstractMultiset. entrySetprivate java.util.Set<Multiset.Entry<E>>DescendingMultiset. entrySetprivate ImmutableSet<Multiset.Entry<E>>ImmutableMultiset. entrySet(package private) java.util.Set<Multiset.Entry<E>>Multisets.UnmodifiableMultiset. entrySet(package private) java.util.Set<Multiset.Entry<E>>Synchronized.SynchronizedMultiset. entrySetMethods in com.google.common.collect that return Multiset.Entry Modifier and Type Method Description Multiset.Entry<E>AbstractSortedMultiset. firstEntry()Multiset.Entry<E>DescendingImmutableSortedMultiset. firstEntry()Multiset.Entry<E>DescendingMultiset. firstEntry()Multiset.Entry<E>ForwardingSortedMultiset. firstEntry()Multiset.Entry<E>RegularImmutableSortedMultiset. firstEntry()Multiset.Entry<E>SortedMultiset. firstEntry()Returns the entry of the first element in this multiset, ornullif this multiset is empty.Multiset.Entry<E>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.Multiset.Entry<E>AbstractSortedMultiset. lastEntry()Multiset.Entry<E>DescendingImmutableSortedMultiset. lastEntry()Multiset.Entry<E>DescendingMultiset. lastEntry()Multiset.Entry<E>ForwardingSortedMultiset. lastEntry()Multiset.Entry<E>RegularImmutableSortedMultiset. lastEntry()Multiset.Entry<E>SortedMultiset. lastEntry()Returns the entry of the last element in this multiset, ornullif this multiset is empty.Multiset.Entry<E>UnmodifiableSortedMultiset. lastEntry()Multiset.Entry<E>AbstractSortedMultiset. pollFirstEntry()Multiset.Entry<E>DescendingMultiset. pollFirstEntry()Multiset.Entry<E>ForwardingSortedMultiset. pollFirstEntry()Multiset.Entry<E>ImmutableSortedMultiset. pollFirstEntry()Deprecated.Unsupported operation.Multiset.Entry<E>SortedMultiset. pollFirstEntry()Returns and removes the entry associated with the lowest element in this multiset, or returnsnullif this multiset is empty.Multiset.Entry<E>UnmodifiableSortedMultiset. pollFirstEntry()Multiset.Entry<E>AbstractSortedMultiset. pollLastEntry()Multiset.Entry<E>DescendingMultiset. pollLastEntry()Multiset.Entry<E>ForwardingSortedMultiset. pollLastEntry()Multiset.Entry<E>ImmutableSortedMultiset. pollLastEntry()Deprecated.Unsupported operation.Multiset.Entry<E>SortedMultiset. pollLastEntry()Returns and removes the entry associated with the greatest element in this multiset, or returnsnullif this multiset is empty.Multiset.Entry<E>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.Entry Modifier and Type Method Description (package private) java.util.Set<Multiset.Entry<E>>AbstractMultiset. createEntrySet()java.util.Set<Multiset.Entry<E>>ConcurrentHashMultiset. createEntrySet()Deprecated.Internal method, useAbstractMultiset.entrySet().(package private) java.util.Set<Multiset.Entry<E>>DescendingMultiset. createEntrySet()private ImmutableSet<Multiset.Entry<E>>ImmutableMultiset. createEntrySet()(package private) java.util.Set<Multiset.Entry<E>>Multisets.FilteredMultiset. createEntrySet()(package private) abstract java.util.Iterator<Multiset.Entry<E>>AbstractSortedMultiset. descendingEntryIterator()(package private) java.util.Iterator<Multiset.Entry<E>>TreeMultiset. descendingEntryIterator()(package private) java.util.Iterator<Multiset.Entry<E>>AbstractMapBasedMultiset. entryIterator()(package private) abstract java.util.Iterator<Multiset.Entry<E>>AbstractMultiset. entryIterator()(package private) java.util.Iterator<Multiset.Entry<E>>ConcurrentHashMultiset. entryIterator()(package private) abstract java.util.Iterator<Multiset.Entry<E>>DescendingMultiset. entryIterator()(package private) java.util.Iterator<Multiset.Entry<E>>EnumMultiset. entryIterator()(package private) java.util.Iterator<Multiset.Entry<K>>Multimaps.Keys. entryIterator()(package private) java.util.Iterator<Multiset.Entry<E>>Multisets.FilteredMultiset. entryIterator()(package private) java.util.Iterator<Multiset.Entry<E>>TreeMultiset. entryIterator()java.util.Set<Multiset.Entry<E>>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.java.util.Set<Multiset.Entry<E>>AbstractMultiset. entrySet()java.util.Set<Multiset.Entry<E>>DescendingMultiset. entrySet()java.util.Set<Multiset.Entry<K>>FilteredEntryMultimap.Keys. entrySet()java.util.Set<Multiset.Entry<E>>ForwardingMultiset. entrySet()ImmutableSet<Multiset.Entry<E>>ImmutableMultiset. entrySet()java.util.Set<Multiset.Entry<E>>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.java.util.Set<Multiset.Entry<E>>Multisets.UnmodifiableMultiset. entrySet()java.util.Set<Multiset.Entry<E>>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.java.util.Set<Multiset.Entry<E>>Synchronized.SynchronizedMultiset. entrySet()java.util.Iterator<Multiset.Entry<E>>AbstractMultiset.EntrySet. iterator()private java.util.List<Multiset.Entry<E>>ConcurrentHashMultiset.EntrySet. snapshot()Methods in com.google.common.collect with parameters of type Multiset.Entry Modifier and Type Method Description intMultisets.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.Entry Modifier and Type Method Description (package private) static <E> ImmutableMultiset<E>ImmutableMultiset. copyFromEntries(java.util.Collection<? extends Multiset.Entry<? extends E>> entries)private static <E> ImmutableSortedMultiset<E>ImmutableSortedMultiset. copyOfSortedEntries(java.util.Comparator<? super E> comparator, java.util.Collection<Multiset.Entry<E>> entries)(package private) static <E> ImmutableMultiset<E>JdkBackedImmutableMultiset. create(java.util.Collection<? extends Multiset.Entry<? extends E>> entries)(package private) static <E> ImmutableMultiset<E>RegularImmutableMultiset. create(java.util.Collection<? extends Multiset.Entry<? extends E>> entries)(package private) static <E> java.util.Iterator<E>Multisets. elementIterator(java.util.Iterator<Multiset.Entry<E>> entryIterator)Constructor parameters in com.google.common.collect with type arguments of type Multiset.Entry Constructor Description ElementSet(java.util.List<Multiset.Entry<E>> entries, Multiset<E> delegate)JdkBackedImmutableMultiset(java.util.Map<E,java.lang.Integer> delegateMap, ImmutableList<Multiset.Entry<E>> entries, long size)MultisetIteratorImpl(Multiset<E> multiset, java.util.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.Entry Modifier and Type Field Description private 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.Entry Modifier and Type Method Description Multiset.Entry<E>[]MultisetTestSuiteBuilder.EntrySetGenerator. createArray(int length)Methods in com.google.common.collect.testing.google that return types with arguments of type Multiset.Entry Modifier and Type Method Description java.util.Set<Multiset.Entry<E>>MultisetTestSuiteBuilder.EntrySetGenerator. create(java.lang.Object... entries)(package private) abstract <E> java.util.List<Multiset.Entry<E>>MultisetNavigationTester.SubMultisetSpec. expectedEntries(int targetEntry, java.util.List<Multiset.Entry<E>> entries)java.lang.Iterable<Multiset.Entry<E>>MultisetTestSuiteBuilder.EntrySetGenerator. order(java.util.List<Multiset.Entry<E>> insertionOrder)SampleElements<Multiset.Entry<E>>MultisetTestSuiteBuilder.EntrySetGenerator. samples()Methods in com.google.common.collect.testing.google with parameters of type Multiset.Entry Modifier and Type Method Description (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.Entry Modifier and Type Method Description (package private) abstract <E> java.util.List<Multiset.Entry<E>>MultisetNavigationTester.SubMultisetSpec. expectedEntries(int targetEntry, java.util.List<Multiset.Entry<E>> entries)java.lang.Iterable<Multiset.Entry<E>>MultisetTestSuiteBuilder.EntrySetGenerator. order(java.util.List<Multiset.Entry<E>> insertionOrder)(package private) abstract <E> SortedMultiset<E>MultisetNavigationTester.SubMultisetSpec. subMultiset(SortedMultiset<E> multiset, java.util.List<Multiset.Entry<E>> entries, int targetEntry)private static intMultisetNavigationTester. totalSize(java.lang.Iterable<? extends Multiset.Entry<?>> entries)
-