Package com.google.api.client.util
Class DataMap.Entry
java.lang.Object
com.google.api.client.util.DataMap.Entry
- Enclosing class:
DataMap
Entry in the reflection map.
Null key or value is not allowed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FieldInfo
Field info.private Object
Current 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
public int hashCode() -
equals
-