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