|
|||||||||
| 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).