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- 
advanceboolean advance()Advances to the next entry.- Returns:
- trueif a next entry exists,- falseif there is no next entry.
- Since:
- 19.0
 
- 
getKey
- 
getValue
 
-