public class VncQueue extends VncCollection
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.lang.Object |
convertToJavaObject() |
VncCollection |
emptyWithMeta() |
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) |
isVncCollectioncompareTo, equals, getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, hashCode, isPrivate, isVncList, isWrapped, wrappublic 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 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