Class ConcurrentLong2ReferenceChainedHashTable.EntrySet<V>
java.lang.Object
ca.spottedleaf.concurrentutil.map.ConcurrentLong2ReferenceChainedHashTable.BaseCollection<V,ConcurrentLong2ReferenceChainedHashTable.TableEntry<V>>
ca.spottedleaf.concurrentutil.map.ConcurrentLong2ReferenceChainedHashTable.EntrySet<V>
- All Implemented Interfaces:
Iterable<ConcurrentLong2ReferenceChainedHashTable.TableEntry<V>>,Collection<ConcurrentLong2ReferenceChainedHashTable.TableEntry<V>>,Set<ConcurrentLong2ReferenceChainedHashTable.TableEntry<V>>
- Enclosing class:
ConcurrentLong2ReferenceChainedHashTable<V>
protected static class ConcurrentLong2ReferenceChainedHashTable.EntrySet<V>
extends ConcurrentLong2ReferenceChainedHashTable.BaseCollection<V,ConcurrentLong2ReferenceChainedHashTable.TableEntry<V>>
implements Set<ConcurrentLong2ReferenceChainedHashTable.TableEntry<V>>
-
Field Summary
Fields inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2ReferenceChainedHashTable.BaseCollection
map -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2ReferenceChainedHashTable.BaseCollection
add, addAll, clear, containsAll, forEach, isEmpty, remove, removeAll, removeIf, retainAll, size, toArray, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray