Class ConcurrentChainedObject2ReferenceHashTable.Values<V>
java.lang.Object
ca.spottedleaf.concurrentutil.map.BaseMapCollection<V>
ca.spottedleaf.concurrentutil.map.concurrent.objects.ConcurrentChainedObject2ReferenceHashTable.Values<V>
- All Implemented Interfaces:
Iterable<V>,Collection<V>
- Enclosing class:
ConcurrentChainedObject2ReferenceHashTable<K,V>
protected static class ConcurrentChainedObject2ReferenceHashTable.Values<V>
extends BaseMapCollection<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, spliterator, stream
-
Field Details
-
map
-
-
Constructor Details
-
Values
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein classBaseMapCollection<V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<V>- Specified by:
isEmptyin classBaseMapCollection<V>
-
contains
- Specified by:
containsin interfaceCollection<V>- Specified by:
containsin classBaseMapCollection<V>
-
asList
- Specified by:
asListin classBaseMapCollection<V>
-
iterator
- Specified by:
iteratorin interfaceCollection<V>- Specified by:
iteratorin interfaceIterable<V>- Specified by:
iteratorin classBaseMapCollection<V>
-