Class ImmutableSortedMapIterator<K,V> (3.3.0)

public class ImmutableSortedMapIterator<K,V> implements Iterator<Map.Entry<K,V>>

Inheritance

java.lang.Object > ImmutableSortedMapIterator<K,V>

Type Parameters

NameDescription
K
V

Methods

hasNext()

public boolean hasNext()
Returns
TypeDescription
boolean

next()

public Map.Entry<K,V> next()
Returns
TypeDescription
Entry<K,V>

remove()

public void remove()