public class VncJavaSet extends VncCollection implements IVncJavaObject
| Constructor and Description |
|---|
VncJavaSet(java.util.Set<java.lang.Object> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(VncVal val) |
boolean |
contains(VncVal val) |
VncSet |
copy() |
VncSet |
empty() |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getDelegate() |
int |
hashCode() |
boolean |
isEmpty() |
int |
size() |
VncList |
toList() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
VncList |
toVncList() |
VncSet |
toVncSet() |
VncVector |
toVncVector() |
compareTo, getMeta, getMetaVal, getMetaVal, isList, setMeta, setMetaValpublic java.lang.Object getDelegate()
getDelegate in interface IVncJavaObjectpublic VncSet empty()
empty in class VncCollectionpublic void add(VncVal val)
public boolean contains(VncVal val)
public VncSet copy()
copy in class VncCollectionpublic VncList toList()
public VncSet toVncSet()
public VncList toVncList()
toVncList in class VncCollectionpublic VncVector toVncVector()
public int size()
size in class VncCollectionpublic boolean isEmpty()
isEmpty in class VncCollectionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(boolean print_readably)
toString in class VncCollection