Package io.opentelemetry.api.internal
Class ReadOnlyArrayMap.ValuesView
- java.lang.Object
-
- io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView<V>
-
- io.opentelemetry.api.internal.ReadOnlyArrayMap.ValuesView
-
- All Implemented Interfaces:
java.lang.Iterable<V>,java.util.Collection<V>,java.util.Set<V>
- Enclosing class:
- ReadOnlyArrayMap<K,V>
final class ReadOnlyArrayMap.ValuesView extends ReadOnlyArrayMap.SetView<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView
ReadOnlyArrayMap.SetView.ReadOnlyIterator
-
-
Constructor Summary
Constructors Constructor Description ValuesView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.Object o)(package private) VelementAtArrayIndex(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
V elementAtArrayIndex(int i)
- Specified by:
elementAtArrayIndexin classReadOnlyArrayMap.SetView<V>
-
contains
public boolean contains(java.lang.Object o)
-
-