Package arc.struct
Class ObjectMap.Values<V>
java.lang.Object
arc.struct.ObjectMap.Values<V>
- Direct Known Subclasses:
OrderedMap.OrderedMapValues
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Values
-
-
Method Details
-
next
-
toSeq
Returns a new array containing the remaining values. -
toSeq
Adds the remaining values to the specified array. -
iterator
-
reset
public void reset() -
remove
public void remove() -
hasNext
public boolean hasNext()
-