E
- The type of the collectionpublic interface CacheCollection<E> extends CloseableIteratorCollection<E>
Modifier and Type | Method and Description |
---|---|
CacheStream<E> |
parallelStream() |
CacheStream<E> |
stream() |
iterator, spliterator
CacheStream<E> stream()
CloseableIteratorCollection
This stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
stream
in interface CloseableIteratorCollection<E>
stream
in interface Collection<E>
CacheStream<E> parallelStream()
CloseableIteratorCollection
This stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
parallelStream
in interface CloseableIteratorCollection<E>
parallelStream
in interface Collection<E>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.