Package io.opentelemetry.api.internal
Class ReadOnlyArrayMap.KeySetView
- java.lang.Object
-
- io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView<K>
-
- io.opentelemetry.api.internal.ReadOnlyArrayMap.KeySetView
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.Set<K>
- Enclosing class:
- ReadOnlyArrayMap<K,V>
final class ReadOnlyArrayMap.KeySetView extends ReadOnlyArrayMap.SetView<K>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView
ReadOnlyArrayMap.SetView.ReadOnlyIterator
-
-
Constructor Summary
Constructors Constructor Description KeySetView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.lang.Object o)
(package private) K
elementAtArrayIndex(int i)
-
Methods inherited from class io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView
add, addAll, clear, containsAll, copyTo, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-
-
-
-
Method Detail
-
elementAtArrayIndex
K elementAtArrayIndex(int i)
- Specified by:
elementAtArrayIndex
in classReadOnlyArrayMap.SetView<K>
-
contains
public boolean contains(java.lang.Object o)
-
-