Class Int2ObjectCache.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<Integer,V>>, Collection<Map.Entry<Integer, V>>, Set<Map.Entry<Integer, V>>
- Enclosing class:
Int2ObjectCache<V>
Set of entries which supports cached iterator to avoid allocation.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface Set
add, addAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
EntrySet
public EntrySet()Create a new instance.
-
-
Method Details
-
size
-
iterator
-
clear
-
remove
-
removeIf
-