public static class ArrayMap.Entries<K,V> extends Object implements Iterable<ObjectMap.Entry<K,V>>, Iterator<ObjectMap.Entry<K,V>>
Constructor and Description |
---|
ArrayMap.Entries(ArrayMap<K,V> map) |
public boolean hasNext()
hasNext
in interface Iterator<ObjectMap.Entry<K,V>>
public Iterator<ObjectMap.Entry<K,V>> iterator()
iterator
in interface Iterable<ObjectMap.Entry<K,V>>
public ObjectMap.Entry<K,V> next()
next
in interface Iterator<ObjectMap.Entry<K,V>>
public void remove()
remove
in interface Iterator<ObjectMap.Entry<K,V>>
public void reset()
Copyright © 2014. All rights reserved.