Class CharObjectHashMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<Character, V>>, Collection<Map.Entry<Character, V>>, Set<Map.Entry<Character, V>>
- Enclosing class:
CharObjectHashMap<V>
Set implementation for iterating over the entries of the map.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details