Package com.google.api.client.util
Class DataMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<String,,Object>> Collection<Map.Entry<String,,Object>> Set<Map.Entry<String,Object>>
- Enclosing class:
DataMap
Set of object data key/value map entries.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, contains, containsAll, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.Set
add, addAll, contains, containsAll, remove, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
EntrySet
EntrySet()
-
-
Method Details
-
iterator
-
size
public int size() -
clear
public void clear() -
isEmpty
public boolean isEmpty()
-