Package org.infinispan.cache.impl
Class SimpleCacheImpl.Values
java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractSet<V>
org.infinispan.cache.impl.SimpleCacheImpl.Values
- All Implemented Interfaces:
Iterable<V>,Collection<V>,Set<V>,CacheCollection<V>,org.infinispan.commons.util.CloseableIteratorCollection<V>
- Enclosing class:
SimpleCacheImpl<K,V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, contains, containsAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.CacheCollection
localPublisher, localPublisherMethods inherited from interface java.util.Collection
removeIf, toArray
-
Constructor Details
-
Values
protected Values()
-
-
Method Details
-
retainAll
- Specified by:
retainAllin interfaceCollection<V>- Specified by:
retainAllin interfaceSet<V>- Overrides:
retainAllin classAbstractCollection<V>
-
removeAll
- Specified by:
removeAllin interfaceCollection<V>- Specified by:
removeAllin interfaceSet<V>- Overrides:
removeAllin classAbstractSet<V>
-
remove
- Specified by:
removein interfaceCollection<V>- Specified by:
removein interfaceSet<V>- Overrides:
removein classAbstractCollection<V>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<V>- Specified by:
clearin interfaceSet<V>- Overrides:
clearin classAbstractCollection<V>
-
iterator
-
spliterator
- Specified by:
spliteratorin interfaceorg.infinispan.commons.util.CloseableIteratorCollection<V>- Specified by:
spliteratorin interfaceCollection<V>- Specified by:
spliteratorin interfaceIterable<V>- Specified by:
spliteratorin interfaceSet<V>
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein interfaceSet<V>- Specified by:
sizein classAbstractCollection<V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<V>- Specified by:
isEmptyin interfaceSet<V>- Overrides:
isEmptyin classAbstractCollection<V>
-
stream
- Specified by:
streamin interfaceCacheCollection<V>- Specified by:
streamin interfaceorg.infinispan.commons.util.CloseableIteratorCollection<V>- Specified by:
streamin interfaceCollection<V>
-
parallelStream
- Specified by:
parallelStreamin interfaceCacheCollection<V>- Specified by:
parallelStreamin interfaceorg.infinispan.commons.util.CloseableIteratorCollection<V>- Specified by:
parallelStreamin interfaceCollection<V>
-