static <E,C extends Collection<E>,I extends Iterator<E>,A extends aType.a<E>> SA<C,I,A> |
SA.collection() |
static <E,C extends Enumeration<E>,A extends aType.a<E>> SA<C,C,A> |
SA.enumeration() |
static <E,C extends Iterable<E>,I extends Iterator<E>,A extends aType.a<E>> SA<C,I,A> |
SA.iterable() |
static <E,C extends Iterator<E>,A extends aType.a<E>> SA<C,C,A> |
SA.iterator() |
static <E,C extends ListIterator<E>,A extends aType.a<E>> SA<C,C,A> |
SA.listIterator() |
static <K,V,C extends Map<K,V>,I extends Iterator<Map.Entry<K,V>>> SA<C,I,aType.a<Map.Entry<K,V>>> |
SA.map() |
static <C,I,E extends aType> SA<C,I,E> |
SA.sA(LToIntFunction<C> sizeFunc,
LFunction<C,I> adapter,
LPredicate<I> tester,
OFunction<I,E> getter,
TeConsumer<C,E> consumer) |
static <E,C extends java.util.stream.Stream<E>,I extends Iterator<E>,A extends aType.a<E>> SA<C,I,A> |
SA.stream() |