Class SWMRHashTable.EntrySet<K,V>
java.lang.Object
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewCollection<K, V, Map.Entry<K,V>>
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewSet<K, V, Map.Entry<K,V>>
ca.spottedleaf.concurrentutil.map.SWMRHashTable.EntrySet<K,V>
- All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K, V>>, Set<Map.Entry<K, V>>
- Enclosing class:
SWMRHashTable<K,V>
protected static final class SWMRHashTable.EntrySet<K,V>
extends SWMRHashTable.ViewSet<K, V, Map.Entry<K,V>>
implements Set<Map.Entry<K,V>>
-
Field Summary
Fields inherited from class SWMRHashTable.ViewCollection
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoiditerator()booleanbooleanbooleanretainAll(Collection<?> collection) toString()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