Package squidpony.squidmath
Class MultiArrangement.ValueCollection
- All Implemented Interfaces:
Serializable
,Iterable<Integer>
,Collection<Integer>
- Enclosing class:
- MultiArrangement<K>
public final class MultiArrangement.ValueCollection extends AbstractCollection<Integer> 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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
ValueCollection
public ValueCollection()
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection<Integer>
- Specified by:
iterator
in interfaceIterable<Integer>
- Specified by:
iterator
in classAbstractCollection<Integer>
-
size
- Specified by:
size
in interfaceCollection<Integer>
- Specified by:
size
in classAbstractCollection<Integer>
-
contains
- Specified by:
contains
in interfaceCollection<Integer>
- Overrides:
contains
in classAbstractCollection<Integer>
-
clear
- Specified by:
clear
in interfaceCollection<Integer>
- Overrides:
clear
in classAbstractCollection<Integer>
-