Class SWMRHashTable.ViewSet<K,V,T>
java.lang.Object
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewCollection<K,V,T>
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewSet<K,V,T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>
- Direct Known Subclasses:
SWMRHashTable.EntrySet,SWMRHashTable.KeySet,SWMRHashTable.ValueCollection
- Enclosing class:
SWMRHashTable<K,V>
protected abstract static class SWMRHashTable.ViewSet<K,V,T>
extends SWMRHashTable.ViewCollection<K,V,T>
implements Set<T>
-
Field Summary
Fields inherited from class ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewCollection
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewCollection
add, addAll, clear, containsAll, hashCode, isEmpty, removeAll, size, spliterator, toArray, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray