-
public interface ReadableMapKeySetIterator
Interface of a iterator for a NativeMap's key set.
-
-
Method Summary
Modifier and Type Method Description abstract boolean
hasNextKey()
abstract String
nextKey()
-
-
Method Detail
-
hasNextKey
abstract boolean hasNextKey()
-
-
-
-