Interface UnmodifiableMapCursor<K,V>
- All Known Subinterfaces:
MapCursor<K,
V>
public interface UnmodifiableMapCursor<K,V>
Cursor to iterate over a map without changing its contents.
- Since:
- 19.0
-
Method Summary
-
Method Details
-
advance
boolean advance()Advances to the next entry.- Returns:
true
if a next entry exists,false
if there is no next entry.- Since:
- 19.0
-
getKey
-
getValue
-