javadoc.com.google.common.collect.class-use.ImmutableMultiset.html Maven / Gradle / Ivy
The newest version!
Uses of Class com.google.common.collect.ImmutableMultiset (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Class
com.google.common.collect.ImmutableMultiset
Packages that use ImmutableMultiset
com.google.common.collect
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
Uses of ImmutableMultiset in com.google.common.collect
Methods in com.google.common.collect that return ImmutableMultiset
ImmutableMultiset<E>
ImmutableMultiset.Builder.build()
Returns a newly-created ImmutableMultiset
based on the contents
of the Builder
.
static
<E> ImmutableMultiset<E>
Multisets.copyHighestCountFirst(Multiset<E> multiset)
Returns a copy of multiset
as an ImmutableMultiset
whose iteration order is
highest count first, with ties broken by the iteration order of the original multiset.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.copyOf(E[] elements)
Returns an immutable multiset containing the given elements.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.copyOf(Iterable<? extends E> elements)
Returns an immutable multiset containing the given elements.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.copyOf(Iterator<? extends E> elements)
Returns an immutable multiset containing the given elements.
ImmutableMultiset<K>
ImmutableMultimap.keys()
Returns a collection, which may contain duplicates, of all keys.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of()
Returns the empty immutable multiset.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E element)
Returns an immutable multiset containing a single element.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E[] elements)
Deprecated. use copyOf(Object[])
. This method is scheduled for
deletion in January 2012.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E e1,
E e2)
Returns an immutable multiset containing the given elements, in order.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E e1,
E e2,
E e3)
Returns an immutable multiset containing the given elements, in order.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E e1,
E e2,
E e3,
E e4)
Returns an immutable multiset containing the given elements, in order.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E e1,
E e2,
E e3,
E e4,
E e5)
Returns an immutable multiset containing the given elements, in order.
static
<E> ImmutableMultiset<E>
ImmutableMultiset.of(E e1,
E e2,
E e3,
E e4,
E e5,
E e6,
E... others)
Returns an immutable multiset containing the given elements, in order.
Methods in com.google.common.collect with parameters of type ImmutableMultiset
static
<E> Multiset<E>
Multisets.unmodifiableMultiset(ImmutableMultiset<E> multiset)
Deprecated. no need to use this
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy