Package org.apache.sis.metadata
Class PropertyMap.Entries
- All Implemented Interfaces:
Iterable<Map.Entry<String,
,V>> Collection<Map.Entry<String,
,V>> Set<Map.Entry<String,
V>>
- Direct Known Subclasses:
ValueMap.Entries
- Enclosing class:
PropertyMap<V>
Base class of views of the entries contained in the map.
- Since:
- 0.3
- Version:
- 0.3
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, 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
-
Constructor Details
-
Entries
Entries()Creates a new entries set.
-
-
Method Details
-
isEmpty
public final boolean isEmpty()Returns true if this collection contains no elements. -
size
public final int size()Returns the number of elements in this collection. -
iterator
Returns an iterator over the elements contained in this collection.
-