Class SWMRHashTable.ValueCollection<K,V>
java.lang.Object
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewCollection<K,V,V>
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewSet<K,V,V>
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ValueCollection<K,V>
- All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>
- Enclosing class:
SWMRHashTable<K,V>
protected static final class SWMRHashTable.ValueCollection<K,V>
extends SWMRHashTable.ViewSet<K,V,V>
implements Collection<V>
-
Field Summary
Fields inherited from class SWMRHashTable.ViewCollection
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SWMRHashTable.ViewSet
equalsMethods inherited from class SWMRHashTable.ViewCollection
add, addAll, clear, containsAll, hashCode, isEmpty, removeAll, size, spliterator, toArray, toArray, toArrayMethods inherited from interface Collection
parallelStream, stream, toArray
-
Constructor Details
-
ValueCollection
-
-
Method Details
-
iterator
-
forEach
-
contains
-
remove
-
removeIf
- Specified by:
removeIfin interfaceCollection<K>
-
retainAll
-
toString
-