com.google.api.client.util
Class ReflectionMap

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ReflectionMap(Object object)
          Deprecated.  
 
Method Summary
 Set<Map.Entry<String,Object>> entrySet()
          Deprecated.  
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionMap

public ReflectionMap(Object object)
Deprecated. 
Method Detail

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.