Class UnlockedHashMap.Values
java.lang.Object
java.util.AbstractCollection<V>
org.jboss.marshalling.reflect.UnlockedHashMap.Values
- All Implemented Interfaces:
Iterable<V>, Collection<V>
- Enclosing class:
UnlockedHashMap<K,V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
add, addAll, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray
-
Constructor Details
-
Values
Values()
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceCollection<V>- Overrides:
clearin classAbstractCollection<V>
-
contains
- Specified by:
containsin interfaceCollection<V>- Overrides:
containsin classAbstractCollection<V>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection<V>- Overrides:
toArrayin classAbstractCollection<V>
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein classAbstractCollection<V>
-