|
|||||||||
| 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 every element in iterable satisfies the
predicate.
true if every element returned by iterator
satisfies the given predicate.
false.
true.
true iff each of its
components evaluates to true.
true iff each of its
components evaluates to true.
true iff both of its
components evaluate to true.
true if one or more elements in iterable satisfy
the predicate.
true if one or more elements returned by iterator
satisfy the given 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.
Iterator to the Enumeration interface.
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Arrays.asList(T...).
Searches
sortedList for key using the binary search algorithm.
Iterable object passed as a parameter to the
calling method is not null and contains no null elements.
Iterable object passed as a parameter to the
calling method is not null and contains no null elements.
Iterable object passed as a parameter to the
calling method is not null and contains no null elements.
RuntimeException if the specified element is
illegal.
RuntimeException if the specified key or value is
illegal.
NullPointerException if it is.
NullPointerException if it is.
NullPointerException if it is.
Comparators.naturalOrder() when the natural ordering of the
elements is used.
byte values.
char values.
short values.
int values.
long values.
double values.
float values.
boolean values.
EnumSet consisting of all enum values that are not in
the specified collection.
EnumSet consisting of all enum values that are not in
the specified collection.
Supplier which is the composition of the Function function and the Supplier first.
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.
Constraint interface.true if this multiset contains at least one occurrence of
each element in the specified collection.
true if this multiset contains at least one occurrence of
each element in the specified collection.
c contains all of the
elements in the specified collection d.
true if map contains an entry mapping key
to value.
true if the multimap contains the specified key-value pair.
c contains the element
o.
true if the multimap contains any values for the specified
key.
true if this map contains a mapping for the specified key.
true if the multimap contains the specified value for any
key.
true if this map maps one or more keys to the specified
value.
map.
Comparator.
element in this multiset.
AbstractMultiset.elementSet.
iterable.
iterable.
Object.equals(Object), or "deeply equal" if both are arrays.
o is an array.
If the element set supports any removal operations, these necessarily cause all occurrences of the removed element(s) to be removed from the multiset. Implementations are not expected to support the add operations, although this is possible.
A common use for the element set is to find the number of distinct
elements in the multiset: elementSet().size().
Iterable.
Iterator.
ListIterator.
computeNext must invoke this method when
there are no elements left in the iteration.
Multiset.Entry instances, each providing an element of the multiset and
the count of that element.
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.
Function.
Predicate.
Map.Entry.equals(java.lang.Object).
Multiset.Entry.equals(java.lang.Object).
unfiltered that satisfy a predicate.
type in unfiltered.
unfiltered that satisfy a predicate.
type 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 that satisfies the given
predicate.
iterator that satisfies the given
predicate.
null if any,
or otherwise throws NullPointerException.
array in order.
put that silently removes any existing entry
with the value value before proceeding with the BiMap.put(K, V)
operation.
comparator.
Enumeration to the Iterator interface.
map.
map.
delegate.
Map<String, String> from a Properties instance.
Iterable.