| Methods in net.innig.collect with parameters of type Selector |
static
<E> java.util.Collection<E> |
|
InnigCollections.select(java.util.Collection<E> c,
Selector<? super E> selector)
|
static
<E> java.util.Iterator<E> |
|
InnigCollections.select(java.util.Iterator<E> iter,
Selector<? super E> selector)
|
static
|
InnigCollections.select(java.util.List<E> l,
Selector<? super E> selector)
|
static
|
InnigCollections.select(java.util.Set<E> s,
Selector<? super E> selector)
|
static
<E> java.util.SortedSet<E> |
|
InnigCollections.select(java.util.SortedSet<E> s,
Selector<? super E> selector)
|