Class ConcurrentChainedObject2ReferenceHashTable.EntrySet<K,V>
java.lang.Object
ca.spottedleaf.concurrentutil.map.BaseMapCollection<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
ca.spottedleaf.concurrentutil.map.BaseMapSet<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
ca.spottedleaf.concurrentutil.map.concurrent.objects.ConcurrentChainedObject2ReferenceHashTable.EntrySet<K,V>
- All Implemented Interfaces:
Iterable<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,,V>> Collection<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,,V>> Set<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
- Enclosing class:
ConcurrentChainedObject2ReferenceHashTable<K,V>
protected static class ConcurrentChainedObject2ReferenceHashTable.EntrySet<K,V>
extends BaseMapSet<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
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
-
EntrySet
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<K>- Specified by:
sizein interfaceSet<K>- Specified by:
sizein classBaseMapCollection<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<K>- Specified by:
isEmptyin interfaceSet<K>- Specified by:
isEmptyin classBaseMapCollection<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
-
contains
- Specified by:
containsin interfaceCollection<K>- Specified by:
containsin interfaceSet<K>- Specified by:
containsin classBaseMapCollection<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
-
asList
- Specified by:
asListin classBaseMapCollection<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
-
iterator
- Specified by:
iteratorin interfaceCollection<K>- Specified by:
iteratorin interfaceIterable<K>- Specified by:
iteratorin interfaceSet<K>- Specified by:
iteratorin classBaseMapCollection<ConcurrentChainedObject2ReferenceHashTable.TableEntry<K,V>>
-