public class VncTinyList extends VncList
| Constructor and Description |
|---|
VncTinyList() |
VncTinyList(VncVal meta) |
VncTinyList(VncVal first,
VncVal meta) |
VncTinyList(VncVal first,
VncVal second,
VncVal meta) |
VncTinyList(VncVal first,
VncVal second,
VncVal third,
VncVal meta) |
| Modifier and Type | Method and Description |
|---|---|
VncList |
addAllAtEnd(VncSequence list) |
VncList |
addAllAtStart(VncSequence list) |
VncList |
addAtEnd(VncVal val) |
VncList |
addAtStart(VncVal val) |
int |
compareTo(VncVal o) |
java.lang.Object |
convertToJavaObject() |
VncList |
empty() |
boolean |
equals(java.lang.Object obj) |
VncVal |
first() |
void |
forEach(java.util.function.Consumer<? super VncVal> action) |
java.util.List<VncVal> |
getList() |
int |
hashCode() |
boolean |
isEmpty() |
VncVal |
last() |
VncVal |
nth(int idx) |
VncVal |
nthOrDefault(int idx,
VncVal defaultVal) |
static VncList |
of(VncVal... mvs) |
VncList |
removeAt(int idx) |
VncList |
rest() |
VncVal |
second() |
VncList |
setAt(int idx,
VncVal val) |
int |
size() |
VncList |
slice(int start) |
VncList |
slice(int start,
int end) |
VncVal |
third() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean print_readably) |
VncList |
toVncList() |
VncVector |
toVncVector() |
int |
typeRank() |
VncList |
withMeta(VncVal meta) |
VncList |
withValues(java.util.List<? extends VncVal> replaceVals) |
VncList |
withValues(java.util.List<? extends VncVal> replaceVals,
VncVal meta) |
VncList |
withVariadicValues(VncVal... replaceVals) |
fourth, streamgetMeta, getMetaVal, getMetaVal, isPrivatepublic VncTinyList()
public VncTinyList(VncVal meta)
public VncList withVariadicValues(VncVal... replaceVals)
withVariadicValues in class VncListpublic VncList withValues(java.util.List<? extends VncVal> replaceVals)
withValues in class VncListpublic VncList withValues(java.util.List<? extends VncVal> replaceVals, VncVal meta)
withValues in class VncListpublic void forEach(java.util.function.Consumer<? super VncVal> action)
public VncVal nthOrDefault(int idx, VncVal defaultVal)
nthOrDefault in class VncListpublic VncVal second()
second in class VncSequencepublic VncVal third()
third in class VncSequencepublic VncVector toVncVector()
toVncVector in class VncListpublic VncList addAtStart(VncVal val)
addAtStart in class VncListpublic VncList addAllAtStart(VncSequence list)
addAllAtStart in class VncListpublic VncList addAllAtEnd(VncSequence list)
addAllAtEnd in class VncListpublic java.lang.Object convertToJavaObject()
convertToJavaObject in class VncListpublic int compareTo(VncVal o)