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, spliteratorCacheStream<E> stream()
CloseableIteratorCollectionThis 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()
CloseableIteratorCollectionThis 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.