public class DefaultNCollectionsRPI extends Object implements NCollectionsRPI
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| Constructor and Description |
|---|
DefaultNCollectionsRPI() |
| Modifier and Type | Method and Description |
|---|---|
<T> NStream<T> |
arrayToStream(T[] str) |
<T> NIterator<T> |
emptyIterator() |
<T> NStream<T> |
emptyStream() |
int |
getScore(NScorableContext context) |
<T> NStream<T> |
iterableToStream(Iterable<T> str) |
<T> NStream<T> |
iteratorToStream(Iterator<T> str) |
<T> NStream<T> |
optionalToStream(NOptional<T> item) |
<T> NStream<T> |
optionalToStream(Optional<T> item) |
<T> NIterable<T> |
toIterable(Iterable<T> o) |
<T> NIterator<T> |
toIterator(Iterator<T> str) |
<T> NStream<T> |
toStream(Stream<T> str) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofisValidScore, query, querypublic int getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorablepublic <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> 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 NCollectionsRPICopyright © 2025 vpc open source initiative. All rights reserved.