com.hazelcast.client.impl
Class Values<V>
java.lang.Object
com.hazelcast.client.impl.Values<V>
- All Implemented Interfaces:
- DataSerializable, Serializable, Iterable, Collection
public class Values<V>
- extends Object
- implements Collection, DataSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Values
public Values()
add
public boolean add(Object o)
- Specified by:
add in interface Collection
addAll
public boolean addAll(Collection c)
- Specified by:
addAll in interface Collection
clear
public void clear()
- Specified by:
clear in interface Collection
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection
containsAll
public boolean containsAll(Collection c)
- Specified by:
containsAll in interface Collection
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection
iterator
public Iterator iterator()
- Specified by:
iterator in interface Iterable- Specified by:
iterator in interface Collection
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll in interface Collection
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll in interface Collection
size
public int size()
- Specified by:
size in interface Collection
toArray
public Object[] toArray()
- Specified by:
toArray in interface Collection
toArray
public Object[] toArray(Object[] a)
- Specified by:
toArray in interface Collection
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData in interface DataSerializable
- Throws:
IOException
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
IOException
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.