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 AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream
-
Constructor Details
-
Entries
Entries()Creates a new entries set.
-
-
Method Details
-
isEmpty
-
size
-
iterator
Returns an iterator over the elements contained in this collection.
-