com.hazelcast.client
Class ValueCollection<K,V>
java.lang.Object
com.hazelcast.client.ValueCollection<K,V>
- All Implemented Interfaces:
- Iterable<V>, Collection<V>
public class ValueCollection<K,V>
- extends Object
- implements Collection<V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueCollection
public ValueCollection(EntryHolder<K,V> proxy,
Set<Map.Entry<K,V>> entrySet)
add
public boolean add(V arg0)
- Specified by:
add in interface Collection<V>
addAll
public boolean addAll(Collection<? extends V> arg0)
- Specified by:
addAll in interface Collection<V>
clear
public void clear()
- Specified by:
clear in interface Collection<V>
contains
public boolean contains(Object arg0)
- Specified by:
contains in interface Collection<V>
containsAll
public boolean containsAll(Collection<?> arg0)
- Specified by:
containsAll in interface Collection<V>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<V>
iterator
public Iterator<V> iterator()
- Specified by:
iterator in interface Iterable<V>- Specified by:
iterator in interface Collection<V>
remove
public boolean remove(Object arg0)
- Specified by:
remove in interface Collection<V>
removeAll
public boolean removeAll(Collection<?> arg0)
- Specified by:
removeAll in interface Collection<V>
retainAll
public boolean retainAll(Collection<?> arg0)
- Specified by:
retainAll in interface Collection<V>
size
public int size()
- Specified by:
size in interface Collection<V>
toArray
public Object[] toArray()
- Specified by:
toArray in interface Collection<V>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray in interface Collection<V>
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.