public class VncStack extends VncCollection
| Modifier and Type | Field and Description |
|---|---|
static VncKeyword |
TYPE |
| Constructor and Description |
|---|
VncStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.lang.Object |
convertToJavaObject() |
VncCollection |
emptyWithMeta() |
java.util.List<VncKeyword> |
getAllSupertypes() |
VncKeyword |
getSupertype() |
VncKeyword |
getType() |
boolean |
isEmpty() |
VncVal |
peek() |
VncVal |
pop() |
VncStack |
push(VncVal val) |
int |
size() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
VncList |
toVncList() |
VncVector |
toVncVector() |
TypeRank |
typeRank() |
VncStack |
withMeta(VncVal meta) |
isVncCollectioncompareTo, equals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncList, isWrapped, wrappublic static final VncKeyword TYPE
public VncCollection emptyWithMeta()
emptyWithMeta in class VncCollectionpublic VncStack withMeta(VncVal meta)
withMeta in class VncCollectionpublic VncKeyword getType()
getType in class VncCollectionpublic VncKeyword getSupertype()
getSupertype in class VncCollectionpublic java.util.List<VncKeyword> getAllSupertypes()
getAllSupertypes in class VncCollectionpublic VncList toVncList()
toVncList in class VncCollectionpublic VncVector toVncVector()
toVncVector in class VncCollectionpublic int size()
size in class VncCollectionpublic boolean isEmpty()
isEmpty in class VncCollectionpublic VncVal pop()
public VncVal peek()
public void clear()
public java.lang.Object convertToJavaObject()
convertToJavaObject in class VncValpublic java.lang.String toString()
toString in class java.lang.Object