private class LinkedCaseInsensitiveMap.Values
extends java.util.AbstractCollection<V>
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<V> |
delegate |
Constructor and Description |
---|
Values(java.util.Collection<V> delegate) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
void |
forEach(java.util.function.Consumer<? super V> action) |
java.util.Iterator<V> |
iterator() |
int |
size() |
java.util.Spliterator<V> |
spliterator() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
private final java.util.Collection<V> delegate
Values(java.util.Collection<V> delegate)