Class BaseMapSet<E>
java.lang.Object
ca.spottedleaf.concurrentutil.map.BaseMapCollection<E>
ca.spottedleaf.concurrentutil.map.BaseMapSet<E>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,Set<E>
- Direct Known Subclasses:
ConcurrentChainedInt2IntHashTable.EntrySet,ConcurrentChainedInt2LongHashTable.EntrySet,ConcurrentChainedInt2ObjectHashTable.EntrySet,ConcurrentChainedInt2ReferenceHashTable.EntrySet,ConcurrentChainedLong2IntHashTable.EntrySet,ConcurrentChainedLong2LongHashTable.EntrySet,ConcurrentChainedLong2ObjectHashTable.EntrySet,ConcurrentChainedLong2ReferenceHashTable.EntrySet,ConcurrentChainedObject2IntHashTable.EntrySet,ConcurrentChainedObject2IntHashTable.Keys,ConcurrentChainedObject2LongHashTable.EntrySet,ConcurrentChainedObject2LongHashTable.Keys,ConcurrentChainedObject2ObjectHashTable.EntrySet,ConcurrentChainedObject2ObjectHashTable.Keys,ConcurrentChainedObject2ReferenceHashTable.EntrySet,ConcurrentChainedObject2ReferenceHashTable.Keys,ConcurrentChainedReference2IntHashTable.EntrySet,ConcurrentChainedReference2IntHashTable.Keys,ConcurrentChainedReference2LongHashTable.EntrySet,ConcurrentChainedReference2LongHashTable.Keys,ConcurrentChainedReference2ObjectHashTable.EntrySet,ConcurrentChainedReference2ObjectHashTable.Keys,ConcurrentChainedReference2ReferenceHashTable.EntrySet,ConcurrentChainedReference2ReferenceHashTable.Keys
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.spottedleaf.concurrentutil.map.BaseMapCollection
add, addAll, asList, clear, contains, containsAll, forEach, isEmpty, iterator, remove, removeAll, removeIf, retainAll, size, 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
-
Constructor Details
-
BaseMapSet
public BaseMapSet()
-
-
Method Details