public class VncKeyword extends VncString implements IVncFunction
| Constructor and Description |
|---|
VncKeyword(java.lang.String v) |
VncKeyword(java.lang.String v,
VncVal meta) |
| Modifier and Type | Method and Description |
|---|---|
VncVal |
apply(VncList args) |
int |
compareTo(VncVal o) |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
VncSymbol |
toSymbol() |
int |
typeRank() |
VncKeyword |
withMeta(VncVal meta) |
convertToJavaObject, equals, first, getValue, hashCode, isEmpty, last, nth, nthOrDefault, second, size, toVncListgetMeta, getMetaVal, getMetaVal, isPrivatepublic VncKeyword(java.lang.String v)
public VncKeyword(java.lang.String v,
VncVal meta)
public VncVal apply(VncList args)
apply in interface IVncFunctionpublic VncKeyword withMeta(VncVal meta)
public int compareTo(VncVal o)