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 AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, contains, containsAll, remove, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface Set
add, addAll, contains, containsAll, remove, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
EntrySet
EntrySet()
-
-
Method Details
-
iterator
-
size
-
clear
-
isEmpty
-