public class VncJavaObject extends VncMap implements IVncJavaObject
| Constructor and Description |
|---|
VncJavaObject(java.lang.Object obj) |
| Modifier and Type | Method and Description |
|---|---|
VncMap |
assoc(VncList lst) |
VncMap |
assoc(VncVal... mvs) |
VncMap |
copy() |
VncMap |
dissoc(VncList lst) |
VncMap |
empty() |
java.util.Set<java.util.Map.Entry<VncVal,VncVal>> |
entries() |
VncVal |
get(VncVal key) |
java.lang.Object |
getDelegate() |
java.util.Map<VncVal,VncVal> |
getMap() |
VncVal |
getProperty(VncString name) |
boolean |
isEmpty() |
void |
setProperty(VncString name,
VncVal value) |
int |
size() |
java.lang.String |
toString(boolean print_readably) |
VncList |
toVncList() |
VncMap |
toVncMap() |
compareTo, equals, getMeta, getMetaVal, hashCode, isList, setMeta, setMetaValpublic java.lang.Object getDelegate()
getDelegate in interface IVncJavaObjectpublic VncMap empty()
empty in class VncCollectionpublic VncList toVncList()
toVncList in class VncCollectionpublic VncMap toVncMap()
public int size()
size in class VncCollectionpublic boolean isEmpty()
isEmpty in class VncCollectionpublic java.lang.String toString(boolean print_readably)
toString in class VncCollection