public class VncMapEntry extends VncVal
| Constructor and Description |
|---|
VncMapEntry(java.util.Map.Entry<VncVal,VncVal> entry) |
VncMapEntry(VncVal key,
VncVal val) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertToJavaObject() |
VncVal |
getKey() |
VncKeyword |
getSupertype() |
VncKeyword |
getType() |
VncVal |
getValue() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
VncVector |
toVector() |
TypeRank |
typeRank() |
VncMapEntry |
withMeta(VncVal meta) |
compareTo, equals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncCollection, isVncList, isWrapped, wrappublic VncVal getKey()
public VncVal getValue()
public VncVector toVector()
public VncMapEntry withMeta(VncVal meta)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncValpublic java.lang.Object convertToJavaObject()
convertToJavaObject in class VncValpublic java.lang.String toString()
toString in class java.lang.Object