Package com.google.api.client.util
Class GenericData.EntryIterator
java.lang.Object
com.google.api.client.util.GenericData.EntryIterator
- Enclosing class:
GenericData
Iterator over the object data key/value map entries which iterates first over the fields and
then over the unknown keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIterator over the fields.private boolean
Whether we've started iterating over the unknown keys.Iterator over the unknown keys. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
startedUnknown
private boolean startedUnknownWhether we've started iterating over the unknown keys. -
fieldIterator
Iterator over the fields. -
unknownIterator
Iterator over the unknown keys.
-
-
Constructor Details
-
EntryIterator
EntryIterator(DataMap.EntrySet dataEntrySet)
-
-
Method Details