protected class SimpleCacheImpl.Values extends CloseableIteratorCollectionAdapter<V> implements CacheCollection<V>
delegate
Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
isEmpty() |
CloseableIterator<V> |
iterator() |
CacheStream<V> |
parallelStream() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
CacheStream<V> |
stream() |
add, addAll, contains, containsAll, spliterator, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
spliterator
add, addAll, contains, containsAll, equals, hashCode, removeIf, toArray, toArray
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<V>
retainAll
in class CloseableIteratorCollectionAdapter<V>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<V>
removeAll
in class CloseableIteratorCollectionAdapter<V>
public boolean remove(Object o)
remove
in interface Collection<V>
remove
in class CloseableIteratorCollectionAdapter<V>
public void clear()
clear
in interface Collection<V>
clear
in class CloseableIteratorCollectionAdapter<V>
public CloseableIterator<V> iterator()
iterator
in interface Iterable<V>
iterator
in interface Collection<V>
iterator
in interface CloseableIteratorCollection<V>
iterator
in class CloseableIteratorCollectionAdapter<V>
public int size()
size
in interface Collection<V>
size
in class CloseableIteratorCollectionAdapter<V>
public boolean isEmpty()
isEmpty
in interface Collection<V>
isEmpty
in class CloseableIteratorCollectionAdapter<V>
public CacheStream<V> stream()
stream
in interface Collection<V>
stream
in interface CacheCollection<V>
public CacheStream<V> parallelStream()
parallelStream
in interface Collection<V>
parallelStream
in interface CacheCollection<V>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.