Class SoftCache.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K, V>>, Set<Map.Entry<K, V>>
- Since:
- JDK1.2
- Version:
- 1.6, 03/01/23
-
Field Summary
FieldsModifier and TypeFieldDescription -
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, toArray
-
Field Details
-
hashEntries
-
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details
-
iterator
-
isEmpty
-
size
-
remove
-