public static class LongMap.Values<V> extends Object implements Iterable<V>, Iterator<V>
LongMap.Values(LongMap<V> map)
boolean
hasNext()
Iterator<V>
iterator()
V
next()
void
remove()
Array<V>
toArray()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LongMap.Values(LongMap<V> map)
public boolean hasNext()
hasNext
public V next()
next
public Iterator<V> iterator()
iterator
Iterable<V>
public Array<V> toArray()
public void remove()
remove
Copyright © 2014. All Rights Reserved.