public class DefaultNCollectionsRPI extends Object implements net.thevpc.nuts.internal.rpi.NCollectionsRPI
| Constructor and Description |
|---|
DefaultNCollectionsRPI() |
| Modifier and Type | Method and Description |
|---|---|
<T> net.thevpc.nuts.util.NStream<T> |
arrayToStream(T[] str) |
<K extends Comparable<K>,V> |
btreeMap(int order) |
<K extends Comparable<K>,V> |
btreePlus(int m) |
<K extends Comparable<K>,V> |
btreePlus(int m,
boolean allowDuplicates)
Constructor
|
<K extends Comparable<K>,V> |
btreePlus(net.thevpc.nuts.util.NBPlusTreeStore<K,V> store) |
<T extends Comparable<T>> |
btreeSet(int order) |
<T> net.thevpc.nuts.util.NChunkedStoreBuilder<T> |
chunkedStoreBuilder(net.thevpc.nuts.io.NPath folder,
net.thevpc.nuts.util.NChunkedStoreFactory<T> storeFactory) |
net.thevpc.nuts.reflect.NClassMap<Object,Class> |
classClassMap() |
<K,V> net.thevpc.nuts.reflect.NClassMap<K,V> |
classMap(Class<K> keyType,
Class<V> valueType) |
<K,V> net.thevpc.nuts.reflect.NClassMap<K,V> |
classMap(Class<K> keyType,
Class<V> valueType,
int initialCapacity) |
<K,V> net.thevpc.nuts.reflect.NClassMap<K,V> |
classMap(Class<V> valueType) |
<A,B,V> net.thevpc.nuts.reflect.NClassPairMap<A,B,V> |
classPairMap(Class<A> baseKey1Type,
Class<B> baseKey2Type,
Class<V> valueType,
boolean symmetric) |
<A,B,V> net.thevpc.nuts.reflect.NClassPairMultiMap<A,B,V> |
classPairMultiMap(Class<A> baseKey1Type,
Class<B> baseKey2Type,
Class<V> valueType,
boolean symmetric) |
<T> net.thevpc.nuts.reflect.NClassDecisionFilter<T> |
createClassDecisionFilter(Class<T> type,
net.thevpc.nuts.util.NDecision defaultDecision) |
<K,V> net.thevpc.nuts.reflect.NClassMultiMap<K,V> |
createClassMultiMap(Class<K> key1Type,
Class<V> valueType) |
<T> net.thevpc.nuts.util.NDecisionFilter<T> |
createDecisionFilter(Class<T> type,
net.thevpc.nuts.util.NDecisionConflict decisionConflict,
net.thevpc.nuts.util.NDecision defaultDecision) |
net.thevpc.nuts.util.NEvictingCharQueue |
createEvictingCharQueue(int size) |
net.thevpc.nuts.util.NEvictingIntQueue |
createEvictingIntQueue(int size) |
<T> net.thevpc.nuts.util.NEvictingQueue<T> |
createEvictingQueue(int size) |
<T> net.thevpc.nuts.util.NNormalizedStringMap<T> |
createFormatInsensitiveMap() |
<K,V> net.thevpc.nuts.util.NIndexedMap<K,V> |
createIndexedMap() |
<T> net.thevpc.nuts.util.NNormalizedStringMap<T> |
createInsensitiveMap() |
<K,V> net.thevpc.nuts.util.NListMultiValueMap<K,V> |
createListMultiValueMap() |
<K,V> net.thevpc.nuts.util.NListMultiValueMap<K,V> |
createListMultiValueMap(Map<K,List<V>> map) |
<K,V> net.thevpc.nuts.util.NLRUMap<K,V> |
createLruMap(int size) |
<T> net.thevpc.nuts.util.NNormalizedStringMap<T> |
createNormalizedMap(Function<String,String> normalizer) |
<K,V> net.thevpc.nuts.util.NSetMultiValueMap<K,V> |
createSetMultiValueMap() |
<K,V> net.thevpc.nuts.util.NSetMultiValueMap<K,V> |
createSetMultiValueMap(Map<K,Set<V>> map) |
<T> net.thevpc.nuts.util.NIterator<T> |
emptyIterator() |
<T> net.thevpc.nuts.util.NStream<T> |
emptyStream() |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.util.NIntUplet2> |
int2Iterator(int a,
int b) |
<T> net.thevpc.nuts.util.NStream<T> |
iterableToStream(Iterable<T> str) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorAutoClosable(net.thevpc.nuts.util.NIterator<T> t,
net.thevpc.nuts.concurrent.NRunnable close) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilder(Iterator<T> t) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfArrayValues(T[] t,
net.thevpc.nuts.elem.NElement n) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfArrayValues(T[] t,
String n) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfArrayValues(T[] t,
Supplier<net.thevpc.nuts.elem.NElement> n) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfCoalesce(List<net.thevpc.nuts.util.NIterator<? extends T>> t) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfConcat(List<net.thevpc.nuts.util.NIterator<? extends T>> t) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfFlatMap(net.thevpc.nuts.util.NIterator<? extends Collection<T>> from) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfRunnable(net.thevpc.nuts.concurrent.NRunnable t) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfRunnable(Runnable t,
String n) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorBuilderOfSupplier(Supplier<Iterator<T>> from,
Supplier<net.thevpc.nuts.elem.NElement> name) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorCoalesce(List<net.thevpc.nuts.util.NIterator<? extends T>> all) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorCoalesce(net.thevpc.nuts.util.NIterator<? extends T>... all) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorCoalesce2(List<net.thevpc.nuts.util.NIterator<T>> all) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorCollector(Iterator<T> it,
Consumer<T> consumer) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorConcat(List<net.thevpc.nuts.util.NIterator<? extends T>> all) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorConcat(net.thevpc.nuts.util.NIterator<? extends T>... all) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorConcatLists(List<net.thevpc.nuts.util.NIterator<? extends T>>... all) |
<F,T> net.thevpc.nuts.util.NIterator<T> |
iteratorConvertNonNull(net.thevpc.nuts.util.NIterator<F> from,
Function<F,T> converter,
String name) |
<F,T> net.thevpc.nuts.util.NIterator<F> |
iteratorDistinct(net.thevpc.nuts.util.NIterator<F> it,
Function<F,T> converter) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorDistinct(net.thevpc.nuts.util.NIterator<T> it) |
<T> net.thevpc.nuts.util.NIteratorBuilder<T> |
iteratorEmptyBuilder() |
<T> boolean |
iteratorIsNullOrEmpty(Iterator<T> t) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorNonNull(net.thevpc.nuts.util.NIterator<T> t) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorNullifyIfEmpty(net.thevpc.nuts.util.NIterator<T> other) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorSafe(net.thevpc.nuts.util.NIteratorErrorHandlerType type,
net.thevpc.nuts.util.NIterator<T> t) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorSafeIgnore(net.thevpc.nuts.util.NIterator<T> t) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorSafePostpone(net.thevpc.nuts.util.NIterator<T> t) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorSort(net.thevpc.nuts.util.NIterator<T> it,
net.thevpc.nuts.util.NComparator<T> c,
boolean removeDuplicates) |
<T> List<T> |
iteratorToList(Iterator<T> it) |
<T> Set<T> |
iteratorToSet(net.thevpc.nuts.util.NIterator<T> it) |
<T> net.thevpc.nuts.util.NStream<T> |
iteratorToStream(Iterator<T> str) |
<T> net.thevpc.nuts.util.NStream<T> |
iteratorToStream(Iterator<T> str,
Runnable onClose) |
<T> Set<T> |
iteratorToTreeSet(net.thevpc.nuts.util.NIterator<T> it,
net.thevpc.nuts.util.NComparator<T> c) |
<T> net.thevpc.nuts.util.NIterator<T> |
iteratorWithDescription(net.thevpc.nuts.util.NIterator<T> base,
Supplier<net.thevpc.nuts.elem.NElement> description,
Runnable onClose) |
net.thevpc.nuts.util.NChunkedStoreFactory<String> |
lineChunkedStoreFactory() |
net.thevpc.nuts.util.NChunkedStoreBuilder<String> |
lineChunkedStoreWriterBuilder(net.thevpc.nuts.io.NPath folder) |
<K,V> net.thevpc.nuts.util.NMultiKeyMap<K,V> |
multiKeyMap() |
<T> net.thevpc.nuts.util.NStream<T> |
optionalToStream(net.thevpc.nuts.util.NOptional<T> item) |
<T> net.thevpc.nuts.util.NStream<T> |
optionalToStream(Optional<T> item) |
<V> net.thevpc.nuts.util.NStringMap<V> |
stringMap(Map<String,V> map,
char separator) |
<T> net.thevpc.nuts.util.NIterable<T> |
toIterable(Iterable<T> o) |
<T> net.thevpc.nuts.util.NIterator<T> |
toIterator(Iterator<T> str) |
<T> net.thevpc.nuts.util.NStream<T> |
toStream(Stream<T> str) |
public <T> net.thevpc.nuts.util.NStream<T> arrayToStream(T[] str)
arrayToStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> iterableToStream(Iterable<T> str)
iterableToStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> iteratorToStream(Iterator<T> str)
iteratorToStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> iteratorToStream(Iterator<T> str, Runnable onClose)
iteratorToStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> toStream(Stream<T> str)
toStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> emptyStream()
emptyStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> emptyIterator()
emptyIterator in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> toIterator(Iterator<T> str)
toIterator in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterable<T> toIterable(Iterable<T> o)
toIterable in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> optionalToStream(Optional<T> item)
optionalToStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> optionalToStream(net.thevpc.nuts.util.NOptional<T> item)
optionalToStream in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic net.thevpc.nuts.util.NChunkedStoreBuilder<String> lineChunkedStoreWriterBuilder(net.thevpc.nuts.io.NPath folder)
public <T> net.thevpc.nuts.util.NChunkedStoreBuilder<T> chunkedStoreBuilder(net.thevpc.nuts.io.NPath folder,
net.thevpc.nuts.util.NChunkedStoreFactory<T> storeFactory)
chunkedStoreBuilder in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic net.thevpc.nuts.util.NChunkedStoreFactory<String> lineChunkedStoreFactory()
lineChunkedStoreFactory in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K extends Comparable<K>,V> net.thevpc.nuts.util.NBPlusTree<K,V> btreePlus(int m, boolean allowDuplicates)
btreePlus in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K extends Comparable<K>,V> net.thevpc.nuts.util.NBPlusTree<K,V> btreePlus(int m)
btreePlus in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K extends Comparable<K>,V> net.thevpc.nuts.util.NBPlusTree<K,V> btreePlus(net.thevpc.nuts.util.NBPlusTreeStore<K,V> store)
btreePlus in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K extends Comparable<K>,V> NBTreeMapImpl<K,V> btreeMap(int order)
public <T extends Comparable<T>> net.thevpc.nuts.util.NBTreeSet<T> btreeSet(int order)
public <K,V> net.thevpc.nuts.reflect.NClassMap<K,V> classMap(Class<V> valueType)
classMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.reflect.NClassMap<K,V> classMap(Class<K> keyType, Class<V> valueType)
classMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <A,B,V> net.thevpc.nuts.reflect.NClassPairMap<A,B,V> classPairMap(Class<A> baseKey1Type, Class<B> baseKey2Type, Class<V> valueType, boolean symmetric)
classPairMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <A,B,V> net.thevpc.nuts.reflect.NClassPairMultiMap<A,B,V> classPairMultiMap(Class<A> baseKey1Type, Class<B> baseKey2Type, Class<V> valueType, boolean symmetric)
classPairMultiMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.reflect.NClassMap<K,V> classMap(Class<K> keyType, Class<V> valueType, int initialCapacity)
classMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic net.thevpc.nuts.reflect.NClassMap<Object,Class> classClassMap()
classClassMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NNormalizedStringMap<T> createInsensitiveMap()
createInsensitiveMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NNormalizedStringMap<T> createFormatInsensitiveMap()
createFormatInsensitiveMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NNormalizedStringMap<T> createNormalizedMap(Function<String,String> normalizer)
createNormalizedMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.util.NLRUMap<K,V> createLruMap(int size)
createLruMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.util.NMultiKeyMap<K,V> multiKeyMap()
multiKeyMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <V> net.thevpc.nuts.util.NStringMap<V> stringMap(Map<String,V> map, char separator)
stringMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorWithDescription(net.thevpc.nuts.util.NIterator<T> base,
Supplier<net.thevpc.nuts.elem.NElement> description,
Runnable onClose)
iteratorWithDescription in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorAutoClosable(net.thevpc.nuts.util.NIterator<T> t,
net.thevpc.nuts.concurrent.NRunnable close)
iteratorAutoClosable in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorSafe(net.thevpc.nuts.util.NIteratorErrorHandlerType type,
net.thevpc.nuts.util.NIterator<T> t)
iteratorSafe in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorSafeIgnore(net.thevpc.nuts.util.NIterator<T> t)
iteratorSafeIgnore in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorSafePostpone(net.thevpc.nuts.util.NIterator<T> t)
iteratorSafePostpone in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> boolean iteratorIsNullOrEmpty(Iterator<T> t)
iteratorIsNullOrEmpty in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorNonNull(net.thevpc.nuts.util.NIterator<T> t)
iteratorNonNull in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorConcat(List<net.thevpc.nuts.util.NIterator<? extends T>> all)
iteratorConcat in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorCoalesce2(List<net.thevpc.nuts.util.NIterator<T>> all)
iteratorCoalesce2 in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorCoalesce(net.thevpc.nuts.util.NIterator<? extends T>... all)
iteratorCoalesce in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorConcat(net.thevpc.nuts.util.NIterator<? extends T>... all)
iteratorConcat in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorConcatLists(List<net.thevpc.nuts.util.NIterator<? extends T>>... all)
iteratorConcatLists in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorCoalesce(List<net.thevpc.nuts.util.NIterator<? extends T>> all)
iteratorCoalesce in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <F,T> net.thevpc.nuts.util.NIterator<T> iteratorConvertNonNull(net.thevpc.nuts.util.NIterator<F> from,
Function<F,T> converter,
String name)
iteratorConvertNonNull in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> List<T> iteratorToList(Iterator<T> it)
iteratorToList in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> Set<T> iteratorToSet(net.thevpc.nuts.util.NIterator<T> it)
iteratorToSet in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> Set<T> iteratorToTreeSet(net.thevpc.nuts.util.NIterator<T> it, net.thevpc.nuts.util.NComparator<T> c)
iteratorToTreeSet in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorSort(net.thevpc.nuts.util.NIterator<T> it,
net.thevpc.nuts.util.NComparator<T> c,
boolean removeDuplicates)
iteratorSort in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorDistinct(net.thevpc.nuts.util.NIterator<T> it)
iteratorDistinct in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <F,T> net.thevpc.nuts.util.NIterator<F> iteratorDistinct(net.thevpc.nuts.util.NIterator<F> it,
Function<F,T> converter)
iteratorDistinct in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorCollector(Iterator<T> it, Consumer<T> consumer)
iteratorCollector in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> iteratorNullifyIfEmpty(net.thevpc.nuts.util.NIterator<T> other)
iteratorNullifyIfEmpty in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfCoalesce(List<net.thevpc.nuts.util.NIterator<? extends T>> t)
iteratorBuilderOfCoalesce in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfConcat(List<net.thevpc.nuts.util.NIterator<? extends T>> t)
iteratorBuilderOfConcat in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilder(Iterator<T> t)
iteratorBuilder in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfRunnable(net.thevpc.nuts.concurrent.NRunnable t)
iteratorBuilderOfRunnable in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfRunnable(Runnable t, String n)
iteratorBuilderOfRunnable in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfSupplier(Supplier<Iterator<T>> from, Supplier<net.thevpc.nuts.elem.NElement> name)
iteratorBuilderOfSupplier in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfArrayValues(T[] t,
net.thevpc.nuts.elem.NElement n)
iteratorBuilderOfArrayValues in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfArrayValues(T[] t,
String n)
iteratorBuilderOfArrayValues in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfArrayValues(T[] t,
Supplier<net.thevpc.nuts.elem.NElement> n)
iteratorBuilderOfArrayValues in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorEmptyBuilder()
iteratorEmptyBuilder in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIteratorBuilder<T> iteratorBuilderOfFlatMap(net.thevpc.nuts.util.NIterator<? extends Collection<T>> from)
iteratorBuilderOfFlatMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic net.thevpc.nuts.util.NIterator<net.thevpc.nuts.util.NIntUplet2> int2Iterator(int a,
int b)
int2Iterator in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.reflect.NClassMultiMap<K,V> createClassMultiMap(Class<K> key1Type, Class<V> valueType)
createClassMultiMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.reflect.NClassDecisionFilter<T> createClassDecisionFilter(Class<T> type, net.thevpc.nuts.util.NDecision defaultDecision)
createClassDecisionFilter in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NDecisionFilter<T> createDecisionFilter(Class<T> type, net.thevpc.nuts.util.NDecisionConflict decisionConflict, net.thevpc.nuts.util.NDecision defaultDecision)
createDecisionFilter in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.util.NListMultiValueMap<K,V> createListMultiValueMap()
createListMultiValueMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.util.NListMultiValueMap<K,V> createListMultiValueMap(Map<K,List<V>> map)
createListMultiValueMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic net.thevpc.nuts.util.NEvictingCharQueue createEvictingCharQueue(int size)
createEvictingCharQueue in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic net.thevpc.nuts.util.NEvictingIntQueue createEvictingIntQueue(int size)
createEvictingIntQueue in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NEvictingQueue<T> createEvictingQueue(int size)
createEvictingQueue in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.util.NIndexedMap<K,V> createIndexedMap()
createIndexedMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPIpublic <K,V> net.thevpc.nuts.util.NSetMultiValueMap<K,V> createSetMultiValueMap()
createSetMultiValueMap in interface net.thevpc.nuts.internal.rpi.NCollectionsRPICopyright © 2026 vpc open source initiative. All rights reserved.