Class FastCopyHashMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K, V>>, Set<Map.Entry<K, V>>
- Enclosing class:
FastCopyHashMap<K,V>
- Since:
- 4.0
- Author:
- Jason T. Greene
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, containsAll, remove, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
add, addAll, containsAll, remove, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
EntrySet
public EntrySet()
-
-
Method Details
-
iterator
-
contains
-
clear
-
isEmpty
-
size
-