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