Class ImmutableSortedMapIterator<K,V> (3.21.0)

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

Inheritance

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

Type Parameters

Name Description
K
V

Methods

hasNext()

public boolean hasNext()
Returns
Type Description
boolean

next()

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

remove()

public void remove()