Class AbstractJsonGeneratorTest.IterableMap
java.lang.Object
java.util.AbstractMap<String,String>
java.util.HashMap<String,String>
com.google.api.client.test.json.AbstractJsonGeneratorTest.IterableMap
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<Map.Entry<String,String>>, Map<String, String>
- Enclosing class:
AbstractJsonGeneratorTest
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toStringMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
IterableMap
IterableMap()
-
-
Method Details
-
iterator
-