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 ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewCollection
map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoiditerator()booleanbooleanbooleanretainAll(Collection<?> collection) toString()Methods inherited from class ca.spottedleaf.concurrentutil.map.SWMRHashTable.ViewSet
equalsMethods 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, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Constructor Details
-
EntrySet
-
-
Method Details
-
remove
-
removeIf
- Specified by:
removeIfin interfaceCollection<K>
-
retainAll
-
iterator
-
forEach
-
contains
-
toString
-