Package squidpony.squidmath
Class OrderedMap.ValueCollection
java.lang.Object
java.util.AbstractCollection<V>
squidpony.squidmath.OrderedMap.ValueCollection
- All Implemented Interfaces:
Serializable,Iterable<V>,Collection<V>
- Enclosing class:
- OrderedMap<K,V>
public final class OrderedMap.ValueCollection extends AbstractCollection<V> implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValueCollection() -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
ValueCollection
public ValueCollection()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<V>- Specified by:
iteratorin interfaceIterable<V>- Specified by:
iteratorin classAbstractCollection<V>
-
size
- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein classAbstractCollection<V>
-
contains
- Specified by:
containsin interfaceCollection<V>- Overrides:
containsin classAbstractCollection<V>
-
clear
- Specified by:
clearin interfaceCollection<V>- Overrides:
clearin classAbstractCollection<V>
-