Package squidpony.squidmath
Class IntDoubleOrderedMap.ValueCollection
- All Implemented Interfaces:
Serializable,Iterable<Double>,Collection<Double>
- Enclosing class:
- IntDoubleOrderedMap
public final class IntDoubleOrderedMap.ValueCollection extends AbstractCollection<Double> 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<Double>- Specified by:
iteratorin interfaceIterable<Double>- Specified by:
iteratorin classAbstractCollection<Double>
-
size
- Specified by:
sizein interfaceCollection<Double>- Specified by:
sizein classAbstractCollection<Double>
-
contains
- Specified by:
containsin interfaceCollection<Double>- Overrides:
containsin classAbstractCollection<Double>
-
clear
- Specified by:
clearin interfaceCollection<Double>- Overrides:
clearin classAbstractCollection<Double>
-