public static class ImmutableMap.ValueCollection<K,V> extends ImmutableCollectionBase<ImmutableMap.MapEntry<K,V>,V> implements Collection<V>
array, emptyArray, length| Constructor and Description |
|---|
ValueCollection(ImmutableMap.MapEntry<K,V>[] array,
int length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object o) |
Iterator<V> |
iterator() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
add, addAll, containsAll, remove, removeAll, retainAll, toStringclear, isEmpty, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, streampublic ValueCollection(ImmutableMap.MapEntry<K,V>[] array, int length)
public boolean contains(Object o)
contains in interface Collection<V>public Object[] toArray()
toArray in interface Collection<V>public <T> T[] toArray(T[] a)
toArray in interface Collection<V>Copyright © 2021. All rights reserved.