Package io.opentelemetry.api.internal
Class ReadOnlyArrayMap.ValuesView
java.lang.Object
ReadOnlyArrayMap<K,V>.io.opentelemetry.api.internal.ReadOnlyArrayMap.SetView<V>
io.opentelemetry.api.internal.ReadOnlyArrayMap.ValuesView
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
,Set<V>
- 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, toArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
ValuesView
ValuesView()
-
-
Method Details
-
elementAtArrayIndex
- Specified by:
elementAtArrayIndex
in classReadOnlyArrayMap<K,
V>.SetView<V>
-
contains
-