Class GenericData.EntryIterator
java.lang.Object
com.google.api.client.util.GenericData.EntryIterator
- Enclosing class:
GenericData
-
Field Summary
FieldsModifier and TypeFieldDescriptionIterator over the fields.private booleanWhether we've started iterating over the unknown keys.Iterator over the unknown keys. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
startedUnknown
private boolean startedUnknownWhether we've started iterating over the unknown keys. -
fieldIterator
-
unknownIterator
-
-
Constructor Details
-
EntryIterator
EntryIterator(DataMap.EntrySet dataEntrySet)
-
-
Method Details
-
hasNext
-
next
-
remove
-