public class IcedHashSet<V extends Freezable<V>> extends Iced<IcedHashSet<V>> implements java.util.Set<V>, java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
IcedHashSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(V v) |
boolean |
addAll(java.util.Collection<? extends V> c) |
V |
addIfAbsent(V value) |
void |
clear() |
boolean |
contains(java.lang.Object value) |
boolean |
containsAll(java.util.Collection<?> c) |
boolean |
equals(java.lang.Object o) |
V |
get(V value) |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
IcedHashSet |
read_impl(AutoBuffer ab) |
IcedHashSet |
readJSON_impl(AutoBuffer ab) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
AutoBuffer |
write_impl(AutoBuffer ab) |
AutoBuffer |
writeJSON_impl(AutoBuffer ab) |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object value)
public java.util.Iterator<V> iterator()
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(V v)
public boolean remove(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> c)
public boolean addAll(java.util.Collection<? extends V> c)
public boolean retainAll(java.util.Collection<?> c)
public boolean removeAll(java.util.Collection<?> c)
public void clear()
public final AutoBuffer write_impl(AutoBuffer ab)
public final IcedHashSet read_impl(AutoBuffer ab)
public final IcedHashSet readJSON_impl(AutoBuffer ab)
public final AutoBuffer writeJSON_impl(AutoBuffer ab)
public boolean equals(java.lang.Object o)