Class DataMap.Entry
java.lang.Object
com.google.api.client.util.DataMap.Entry
- Enclosing class:
DataMap
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FieldInfoField info.private ObjectCurrent field value, possibly modified only bysetValue(Object). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fieldValue
Current field value, possibly modified only bysetValue(Object). As specifiedMap.Entry, behavior is undefined if the field value is modified by other means. -
fieldInfo
Field info.
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
-
equals
-