JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.jsoniter.any
Any
EntryIterator
Contents
Description
Method Summary
Method Details
next()
key()
value()
Hide sidebar
Show sidebar
Interface Any.EntryIterator
Enclosing class:
Any
public static interface
Any.EntryIterator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
key
()
boolean
next
()
Any
value
()
Method Details
next
boolean
next
()
key
String
key
()
value
Any
value
()