Class ReadOnlyArrayMap.KeySetView
java.lang.Object
ReadOnlyArrayMap<K,V>.io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView<K>
io.opentelemetry.api.internal.ReadOnlyArrayMap.KeySetView
- All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
ReadOnlyArrayMap<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class ReadOnlyArrayMap.SetView
ReadOnlyArrayMap.SetView.ReadOnlyIterator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ReadOnlyArrayMap.SetView
add, addAll, clear, containsAll, copyTo, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
equals, hashCode, spliterator
-
Constructor Details
-
KeySetView
KeySetView()
-
-
Method Details
-
elementAtArrayIndex
- Specified by:
elementAtArrayIndexin classReadOnlyArrayMap<K,V>.SetView<K>
-
contains
-