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 SWMRHashTable.ViewCollection
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SWMRHashTable.ViewCollection
add, addAll, clear, containsAll, hashCode, isEmpty, removeAll, size, spliterator, toArray, toArray, toArrayMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ViewSet
-
-
Method Details
-
equals
-