public class VncQueue extends VncCollection
| Modifier and Type | Field and Description |
|---|---|
static VncKeyword |
TYPE |
| 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() |
VncQueue |
offer(VncVal val) |
VncQueue |
offer(VncVal val,
long timeoutMillis) |
VncVal |
peek() |
VncVal |
poll() |
VncVal |
poll(long timeoutMillis) |
int |
size() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
VncList |
toVncList() |
VncVector |
toVncVector() |
TypeRank |
typeRank() |
VncQueue |
withMeta(VncVal meta) |
compareTo, equals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncList, isWrapped, wrappublic static final VncKeyword TYPE
public VncCollection emptyWithMeta()
emptyWithMeta in class VncCollectionpublic VncQueue 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 poll()
public VncVal poll(long timeoutMillis)
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