|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
true if the Filter accepts the parameter and false otherwise
Comparator provided to its methods.Comparator provided to its methods.
Comparator
provided to its methods by utilising classes.Comparator
provided to its methods by utilising classes.
Comparator
provided to its methods by utilising classes.Comparator
provided to its methods by utilising classes.
Comparator
provided to its methods by utilising classes.Comparator
provided to its methods by utilising classes.
Comparator
provided to its methods by utilising classes.Comparator
provided to its methods by utilising classes.
Filter which returns true if and only if it has never seen the value being tested before,
using the provided set to maintain the previously visited set of values.AcceptUnique using default propreties (hash set using Object.equals() and Object.hashCode())
AcceptUnique using the provided set to maintain the previously visited set of values
Filter which returns true if and only if the previously tested value is not equal to the value
being tested, using the provided definition of equality.Filter which returns true if and only if the previously tested value is not equal to the value
being tested, using regular object equality.
Filter which returns true if and only if the previously tested value is not equal to the value
being tested, using the provided definition of equality.
false if it could not be added, and true otherwise.
false if the value could not be added, and true if it was.
Counter
Iterable of all values contained in the set which are equal to the parameter, as determined by the set's
definition of equality.
ArrayList representing the items from the provided Collection that when passed to the provided filter's
accept() method, returned true.
Iterable whose iterator() method will yield a lazily filtered Iterator wrapping the
one returned by the Iterable provided to this method, filtered by the provided filter.
Iterator wrapping the one provided and lazily filtering its contents by the provided filter.
ClosableIterator wrapping the one provided and lazily filtering its contents by the provided filter
ArrayList representing the items from the provided Collection that when passed to the provided filter's
accept() method, returned true.
Iterable whose iterator() method will yield a lazily filtered Iterator wrapping the
one returned by the Iterable provided to this method, filtered by the provided filter.
Iterator wrapping the one provided and lazily filtering its contents by the provided filter.
ClosableIterator wrapping the one provided and lazily filtering its contents by the provided filter.
ArrayList that contains the result of applying the provided function to every element in the provided
list.
ArrayList that contains the result of applying the provided function to every element in the provided list.
Iterable which lazily applies the provided function to all iterators constructed from it.
Iterable which lazily applies the provided function to all iterators constructed from it.
f.f(iter.next()) for each call to next() in the resulting iterator.
f.f(iter.next()) for each call to next() in the resulting iterator.
f.f(iter.next()) for each call to next() in the resulting iterator.
f.f(iter.next()) for each call to next() in the resulting iterator.
Iterable (i.e.Iterator from the supplied array
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||