public static class LongMap.Values<V> extends java.lang.Object implements java.lang.Iterable<V>, java.util.Iterator<V>
LongMap.Values(LongMap<V> map)
boolean
hasNext()
java.util.Iterator<V>
iterator()
V
next()
void
remove()
Array<V>
toArray()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LongMap.Values(LongMap<V> map)
public boolean hasNext()
hasNext
public V next()
next
public java.util.Iterator<V> iterator()
iterator
java.lang.Iterable<V>
public Array<V> toArray()
public void remove()
remove