|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Object#toString for Iterable
instances.Iterator
interface, to make this interface easier to implement for certain types of
data sources.equals, hashCode, and toString
methods of Entry.Multiset
interface.equals, hashCode, and toString
methods of Multiset.Entry.AbstractIterator for data sources which can
handle arbitrary removal by element, concurrently with iteration.iterable to collection.
iterator to collection.
true if no element in iterable evaluates to false under predicate.
true if no element returned by iterator evaluates
to false under predicate.
true if some element in iterable evaluates to
true under predicate.
true if some element returned by iterator evaluates
to true under predicate.
F, resulting in an object
of type T.
Multimap that uses an ArrayList to store
the values for a given key.ArrayListMultimap.
ArrayListMultimap with the expected number of
distinct keys and the expected number of values per distinct key.
ArrayListMultimap with the same mappings as the
specified Multimap.
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
expression is true.
expression is true.
expression is true.
iterable is not null and that it contains no
null elements.
RuntimeException if the
specified element is illegal.
RuntimeException if the
specified key or value is illegal.
reference is not null.
reference is not null.
reference is not null.
expression is true.
expression is true.
expression is true.
Comparators.naturalOrder if it uses its elements' natural ordering.
byte values.
char values.
short values.
int values.
long values.
double values.
float values.
boolean values.
g<sup>0</sup>f : A->C of two functions,
f: A->B and g: B->C.
Iterators.concat that acts on and returns instances of
Iterable.
Iterators.concat that acts on and returns instances of
Iterable.
Iterators.concat that acts on and returns instances of
Iterable.
#concat(Iterator).
#concat(Iterator).
Multiset operations (exceptions where noted).ConcurrentHashMap to store
elements and their counts.
ConcurrentHashMap to store elements
and their counts, and initially containing all the elements from a given
collection.
countMap to store elements and their
counts.
Function that returns value for any input.
Collection.Constraint interface.true if map contains an entry mapping key
to value.
true if the multimap contains the specified key-value pair.
true if the multimap contains any values for the specified
key.
true if the multimap contains the specified value for any
key.
element in this multiset.
AbstractMultiset.elementSet.
Iterators.cycle which returns an Iterable.
cycle(Iterable) accepting varargs parameters.
iterable until it is empty.
#cycle(Iterable) accepting varargs parameters.
Object.equals(Object), or "deeply equal" if both are arrays.
o is an array.
elementSet().size() to find
the number of distinct elements in this multiset.
computeNext must invoke this method when
there is no data left.
Entry instances.
BiMap backed by two EnumMap instances.BiMap backed by an EnumMap instance for keys-to-values, and
a HashMap instance for values-to-keys.EnumMap.EnumMultiset.
EnumMultiset containing the specified elements.
null, objects are equal.
Iterators.filter(Iterator,Predicate), which accepts and
returns an iterable instead of an iterator.
type found in unfiltered.
unfiltered for which predicate
evaluates to true.
type found in unfiltered.
finalizeReferent() method which a
background thread invokes after the garbage collector reclaims the
referent.finalizeReferent() method which a background
thread invokes after the garbage collector reclaims the referent.finalizeReferent() method which a background
thread invokes after the garbage collector reclaims the referent.iterable for which the given predicate
matches.
iterator for which the given predicate
matches.
null if any,
or otherwise throws NullPointerException.
put which silently removes any existing entry
with the value value (unless it is already matched with the key
key) before proceeding with the BiMap.put(K, V) operation.
map.
map.
delegate.
Collections.frequency for iterables.
Collections#frequency for iterators.
multiset to determine the frequency of
each object.
map.
Map<String, String> from a Properties instance.
Changes to the returned collection will update the underlying multimap, and vice versa.
put().
null if no
entry for this class is present.
put.
put and putAll.
iterable.
iterator, or defaultValue if the iterator is empty.
iterator.
iterator, or defaultValue if the iterator is empty.
BiMap backed by two HashMap instances.map.
Multimap using hash tables.HashMultimap.
HashMultimap with the same mappings as the specified
Multimap.
HashMap.HashMultiset using the default initial
capacity (16 distinct elements) and load factor (0.75).
HashMultiset with the specified expected
number of distinct elements and the default load factor (0.75).
HashMultiset using the specified initial
capacity (distinct elements) and load factor.
HashMultiset containing the specified elements.
HashMultiset containing the specified elements.
BiMap instance.
BiMap instance containing the given
key-value pair.
BiMap instance containing the given
key-value pairs.
BiMap instance containing the given
key-value pairs.
BiMap instance containing the given
key-value pairs.
BiMap instance containing the given
key-value pairs.
Set instance containing the given elements of
an enumerated type.
List instance containing the given elements.
List instance containing the given elements.
List instance containing the given elements.
immutableList for zero arguments.
immutableList for one argument.
Map instance.
Map instance containing the given key-value
pair.
Map instance containing the given key-value
pairs.
Map instance containing the given key-value
pairs.
Map instance containing the given key-value
pairs.
Map instance containing the given key-value
pairs.
Multiset.
Multiset containing the specified elements.
#immutableSet for zero arguments.
#immutableSet for one argument.
Comparator.
Comparator.
Comparator.
ArrayListMultimap that's the inverse of the provided
multimap.
HashMultimap that's the inverse of the provided multimap.
LinkedHashMultimap that's the inverse of the provided
multimap.
LinkedListMultimap that's the inverse of the provided
multimap.
TreeMultimap that's the inverse of the provided multimap.
true if the multimap contains no key-value pairs.
Iterable.Iterator.tokens to appendable, separated by
delimiter.
tokens, converted to Strings if
necessary, separated by delimiter.
Join.join(Appendable,String,Iterator) where tokens
is an Iterable.
Join.join(Appendable,String,Iterator) where tokens
is an array.
Join.join(Appendable,String,Iterator) for tokens given using
varargs.
Join.join(String,Iterable) where tokens is an
Iterator.
Join.join(String,Iterable) where tokens is an
array.
Join.join(String,Iterable) for tokens given using varargs.
IOException from the supplied
Appendable.null if
natural ordering is used.
Multimap that does not allow duplicate key-value
entries and that returns collections whose iterators follow the ordering in
which the data was added to the multimap.LinkedHashMultimap.
LinkedHashMultimap with the same mappings as the
specified Multimap.
LinkedHashMultiset using the default initial
capacity (16 distinct elements) and load factor (0.75).
LinkedHashMultiset with the specified
expected number of distinct elements and the default load factor (0.75).
LinkedHashMultiset containing the specified
elements.
LinkedHashMultiset containing the specified
elements.
ListMultimap that supports deterministic
iteration order for both keys and values.LinkedListMultimap.
LinkedListMultimap with the same mappings as the
specified Multimap.
Multiset that supports deterministic iteration
order for elements.LinkedListMultiset.
LinkedListMultiset containing the specified
elements.
Multimap that can hold duplicate key-value pairs and that maintains
the insertion ordering of values for a given key.List instances easily, and other
utility methods for working with lists.Map or Multimap.MapConstraint interface.Map instances easily.Map, but which may associate multiple
values with a single key.Multimap.Set, but which may
contain duplicate elements.Multiset instances.Function to a more restrictive type for use with methods
requiring unnecessarily specific Function types.
Comparable.
Iterable into an array.
Iterator into an array.
ArrayList instance.
ArrayList instance containing the given
elements.
ArrayList instance containing the given elements.
ArrayList instance containing the given elements.
ArrayListMultimap instance.
ArrayListMultimap instance initialized with all elements
from the supplied Multimap.
ArrayList instance with the given initial capacity.
ArrayList instance with the given expected size.
BiMap, backed by the two supplied empty maps.
ClassToInstanceMap instance backed by a HashMap using the default initial capacity and load factor.
ClassToInstanceMap instance backed by a given empty
backingMap.
ConcurrentHashMap instance.
EnumBiMap using the specified key type and
value type.
EnumHashBiMap using the specified key type,
sized to contain an entry for every possible key.
EnumMap instance.
EnumMultiset.
EnumMultiset containing the specified elements.
EnumMultiset containing the specified elements.
HashBiMap with the default initial capacity
(16) and load factor (0.75).
HashMap instance.
HashMap instance with the same mappings as the specified
map.
HashMap instance with enough capacity to hold the
specified number of elements without rehashing.
HashMultimap instance.
HashMultimap instance initialized with all elements from
the supplied Multimap.
HashMultiset using the default initial capacity
(16 distinct elements) and load factor (0.75).
HashMultiset containing the specified elements, using
the default initial capacity (16 distinct elements) and load factor
(0.75).
HashMultiset containing the specified elements.
HashSet instance.
HashSet instance containing the given elements.
HashSet instance containing the given elements.
HashSet instance containing the given elements.
IdentityHashMap instance.
LinkedHashMap instance.
LinkedHashMap instance with the same
mappings as the specified map.
LinkedHashMultimap instance.
LinkedHashMultimap instance initialized with all elements
from the supplied Multimap.
LinkedHashSet instance.
LinkedHashSet instance containing the given elements.
LinkedHashSet instance containing the given elements.
LinkedHashSet instance containing the given elements.
LinkedList instance.
LinkedList instance containing the given elements.
LinkedList instance containing the given elements.
LinkedList instance containing the given elements.
LinkedListMultimap instance.
LinkedListMultimap instance initialized with all elements
from the supplied Multimap.
ListMultimap that uses the provided map and factory.
Multimap that uses the provided map and factory.
SetMultimap that uses the provided map and factory.
SortedArraySet instance, with an initial capacity
of zero.
SortedArraySet instance, with an initial capacity
of zero.
SortedArraySet instance containing the given elements.
SortedArraySet instance containing the given elements.
SortedArraySet instance containing the given elements.
SortedArraySet instance containing the given elements.
SortedSetMultimap that uses the provided map and
factory.
TreeMap instance using the natural-order Comparator.
TreeMap instance using the given comparator.
TreeMultimap instance using the natural ordering
of keys and values.
TreeMultimap with the same mappings as the specified
Multimap.
TreeMultimap instance using explicit comparators.
TreeMultimap instance using explicit comparators,
initialized with all elements from the supplied Multimap.
TreeMultiset instance.
TreeMultiset instance, sorted according to the
specified comparator.
TreeSet instance using the default Comparator.
TreeSet instance using the default Comparator and
containing the given elements.
TreeSet instance using the default Comparator and
containing the given elements.
TreeSet instance using the default Comparator and
containing the given elements.
TreeSet instance using the given Comparator.
TreeSet instance using the given Comparator and
containing the given elements.
TreeSet instance using the given Comparator and
containing the given elements.
TreeSet instance using the given Comparator and
containing the given elements.
null.
null.
null is an acceptable value for that parameter.null as greater than all other
values, and uses the given comparator to compare non-null values.
null as less than all other
values, and uses comparator to compare non-null values.
Objects.Predicate objects.getBiMap().
getMap.
getMultimap.
getMultimap.
getMultimap.
ConcurrentMap implementation that internally utilizes your choice
of strong, soft or weak references for its keys and for its values.element from the backing data source.
element, or
makes no change if this is not possible.
element such that the ConcurrentMultiset.count(java.lang.Object)
of the element becomes count.
element to newCount, as
does ConcurrentMultiset.setCount(Object,int), but only if the count is currently
oldCount.
Multimap that cannot hold duplicate key-value pairs.Set instances easily and
other static methods for working with Sets.ArrayList.SetMultimap whose set of values for a given key are kept sorted;
that is, they comprise a SortedSet.toString.
ListMultimap backed by the
specified multimap.
SetMultimap backed by the
specified multimap.
SortedSetMultimap backed by
the specified multimap.
Object.toString() of its argument.
Boolean instances (wrapper objects) into a
new array of primitive booleans.
Byte instances (wrapper objects) into a
new array of primitive bytes.
Character instances (wrapper objects) into
a new array of primitive chars.
Double instances (wrapper objects) into a
new array of primitive doubles.
Float instances (wrapper objects) into a
new array of primitive floats.
Integer instances (wrapper objects) into a
new array of primitive ints.
Long instances (wrapper objects) into a
new array of primitive longs.
Short instances (wrapper objects) into a
new array of primitive shorts.
iterable in the same format as
Iterators#toString(java.util.Iterator).
iterator, in the
format "[e1, e2, ..., en]".
toString on the map returned by Multimap.asMap().
function to each element of fromIterable.
function to each element of fromIterator.
function to each element of fromList.
Multimap whose keys and values are ordered by their
natural ordering or by supplied comparators.TreeMultimap using the natural ordering of the
key and value classes.
TreeMultimap with explicit comparators.
TreeMultimap with the same mappings as the specified
Multimap.
TreeMultimap with the same mappings as the specified
Multimap.
Map that contains the results of applying a
specified function to each item in an Iterable of values.
Map that contains the results of applying a
specified function to each item in a Collection of values.
Map that contains the results of applying a
specified function to each item in an Iterator of values.
iterable.
iterator.
ListMultimap.
SetMultimap.
SortedSetMultimap.
null if
natural ordering is used.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||