public class ValueCollection<K,V> extends Object implements Collection<V>
| Constructor and Description |
|---|
ValueCollection(EntryHolder<K,V> proxy,
Set<Map.Entry<K,V>> entrySet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(V arg0) |
boolean |
addAll(Collection<? extends V> arg0) |
void |
clear() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection<?> arg0) |
boolean |
isEmpty() |
Iterator<V> |
iterator() |
boolean |
remove(Object arg0) |
boolean |
removeAll(Collection<?> arg0) |
boolean |
retainAll(Collection<?> arg0) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodepublic boolean add(V arg0)
add in interface Collection<V>public boolean addAll(Collection<? extends V> arg0)
addAll in interface Collection<V>public void clear()
clear in interface Collection<V>public boolean contains(Object arg0)
contains in interface Collection<V>public boolean containsAll(Collection<?> arg0)
containsAll in interface Collection<V>public boolean isEmpty()
isEmpty in interface Collection<V>public boolean remove(Object arg0)
remove in interface Collection<V>public boolean removeAll(Collection<?> arg0)
removeAll in interface Collection<V>public boolean retainAll(Collection<?> arg0)
retainAll in interface Collection<V>public int size()
size in interface Collection<V>public Object[] toArray()
toArray in interface Collection<V>public <T> T[] toArray(T[] a)
toArray in interface Collection<V>Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.