com.google.api.client.util
Class ReflectionMap
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.ReflectionMap
- All Implemented Interfaces:
- Map<String,Object>
Deprecated. (scheduled to be removed in 1.5) Use Data.mapOf(Object)
@Deprecated
public final class ReflectionMap
- extends AbstractMap<String,Object>
Map that uses ClassInfo to parse the key/value pairs into a map.
Iteration order of the keys is based on the sorted (ascending) key names.
- Since:
- 1.0
- Author:
- Yaniv Inbar
| Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
ReflectionMap
public ReflectionMap(Object object)
- Deprecated.
entrySet
public Set<Map.Entry<String,Object>> entrySet()
- Deprecated.
- Specified by:
entrySet in interface Map<String,Object>- Specified by:
entrySet in class AbstractMap<String,Object>
Copyright © 2010-2011 Google. All Rights Reserved.