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()
stream
in interface Collection<E>
CacheStream<E> parallelStream()
parallelStream
in interface Collection<E>
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.