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 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
-
ValuesView
ValuesView()
-
-
Method Details
-
elementAtArrayIndex
- Specified by:
elementAtArrayIndexin classReadOnlyArrayMap<K,V>.SetView<V>
-
contains
-