Package org.apache.sis.metadata
Class ValueMap.Entries
- All Implemented Interfaces:
Iterable<Map.Entry<String,
,Object>> Collection<Map.Entry<String,
,Object>> Set<Map.Entry<String,
Object>>
- Enclosing class:
- ValueMap
View of the entries contained in the map.
- Since:
- 0.3
- Version:
- 0.3
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.metadata.PropertyMap.Entries
isEmpty, iterator, size
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, 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, toArray
Methods inherited from interface java.util.Set
add, addAll, clear, containsAll, remove, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
Entries
Entries()Creates an entry set.
-
-
Method Details