Class ConcurrentChainedReference2IntHashTable.Keys<K>
java.lang.Object
ca.spottedleaf.concurrentutil.map.BaseMapCollection<K>
ca.spottedleaf.concurrentutil.map.BaseMapSet<K>
ca.spottedleaf.concurrentutil.map.concurrent.objects.ConcurrentChainedReference2IntHashTable.Keys<K>
- All Implemented Interfaces:
Iterable<K>,Collection<K>,Set<K>
- Enclosing class:
ConcurrentChainedReference2IntHashTable<K>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.spottedleaf.concurrentutil.map.BaseMapSet
equals, hashCodeMethods inherited from class ca.spottedleaf.concurrentutil.map.BaseMapCollection
add, addAll, clear, containsAll, forEach, remove, removeAll, removeIf, retainAll, 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
-
Field Details
-
map
-
-
Constructor Details
-
Keys
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<K>- Specified by:
sizein interfaceSet<K>- Specified by:
sizein classBaseMapCollection<K>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<K>- Specified by:
isEmptyin interfaceSet<K>- Specified by:
isEmptyin classBaseMapCollection<K>
-
contains
- Specified by:
containsin interfaceCollection<K>- Specified by:
containsin interfaceSet<K>- Specified by:
containsin classBaseMapCollection<K>
-
asList
- Specified by:
asListin classBaseMapCollection<K>
-
iterator
-