Package io.opentelemetry.api.internal
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 io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView
ReadOnlyArrayMap.SetView.ReadOnlyIterator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView
add, addAll, clear, containsAll, copyTo, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
KeySetView
KeySetView()
-
-
Method Details
-
elementAtArrayIndex
- Specified by:
elementAtArrayIndexin classReadOnlyArrayMap<K,V>.SetView<K>
-
contains
-