com.hazelcast.client
Class ValueCollection<K,V>

java.lang.Object
  extended by com.hazelcast.client.ValueCollection<K,V>
All Implemented Interfaces:
Iterable<V>, Collection<V>

public class ValueCollection<K,V>
extends Object
implements Collection<V>


Constructor Summary
ValueCollection(EntryHolder<K,V> proxy, Set<Map.Entry<K,V>> entrySet)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

ValueCollection

public ValueCollection(EntryHolder<K,V> proxy,
                       Set<Map.Entry<K,V>> entrySet)
Method Detail

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.