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, sizeMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, 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, clear, containsAll, remove, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
Entries
Entries()Creates an entry set.
-
-
Method Details