public abstract class VncCollection extends VncVal
| Constructor and Description |
|---|
VncCollection(VncVal meta) |
| Modifier and Type | Method and Description |
|---|---|
abstract VncCollection |
empty() |
abstract boolean |
isEmpty() |
abstract int |
size() |
abstract VncList |
toVncList() |
abstract VncVector |
toVncVector() |
abstract VncCollection |
withMeta(VncVal meta) |
compareTo, convertToJavaObject, equals, getMeta, getMetaVal, getMetaVal, hashCode, isPrivate, toString, typeRankpublic VncCollection(VncVal meta)
public abstract VncCollection withMeta(VncVal meta)
public abstract VncCollection empty()
public abstract VncList toVncList()
public abstract VncVector toVncVector()
public abstract int size()
public abstract boolean isEmpty()