public interface SA<C,I,E extends aType> extends SequentialRead<C,I,E>, SequentialWrite<C,E>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SA.The<C,I,E extends aType> |
| Modifier and Type | Field and Description |
|---|---|
static LToIntFunction |
UNKNOWN_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static <E,C extends Collection<E>,I extends Iterator<E>,A extends aType.a<E>> |
collection() |
static <E,C extends Enumeration<E>,A extends aType.a<E>> |
enumeration() |
static <E,C extends Iterable<E>,I extends Iterator<E>,A extends aType.a<E>> |
iterable() |
static <E,C extends Iterator<E>,A extends aType.a<E>> |
iterator() |
static <E,C extends ListIterator<E>,A extends aType.a<E>> |
listIterator() |
static <K,V,C extends Map<K,V>,I extends Iterator<Map.Entry<K,V>>> |
map() |
static <C,I,E extends aType> |
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>> |
stream() |
adapter, genericAdapter, genericSupplier, genericTester, supplier, testergenericSizeFunc, size, sizeFuncconsumer, genericConsumerstatic final LToIntFunction UNKNOWN_SIZE
static <C,I,E extends aType> SA<C,I,E> sA(LToIntFunction<C> sizeFunc, LFunction<C,I> adapter, LPredicate<I> tester, OFunction<I,E> getter, TeConsumer<C,E> consumer)
static <E,C extends Collection<E>,I extends Iterator<E>,A extends aType.a<E>> SA<C,I,A> collection()
static <E,C extends Iterable<E>,I extends Iterator<E>,A extends aType.a<E>> SA<C,I,A> iterable()
static <E,C extends java.util.stream.Stream<E>,I extends Iterator<E>,A extends aType.a<E>> SA<C,I,A> stream()
static <E,C extends Enumeration<E>,A extends aType.a<E>> SA<C,C,A> enumeration()
static <E,C extends ListIterator<E>,A extends aType.a<E>> SA<C,C,A> listIterator()
Copyright © 2019. All rights reserved.