public class VncSortedSet extends VncSet
| Modifier and Type | Field and Description |
|---|---|
static VncKeyword |
TYPE |
| Constructor and Description |
|---|
VncSortedSet() |
VncSortedSet(io.vavr.collection.Set<VncVal> val) |
VncSortedSet(io.vavr.collection.Set<VncVal> val,
VncVal meta) |
VncSortedSet(VncVal meta) |
apply, convertToJavaObjectgetMeta, getMetaVal, getMetaVal, getWrappingTypeDef, isPrivate, isVncList, isWrapped, wrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitisAnonymouspublic static final VncKeyword TYPE
public VncSortedSet()
public VncSortedSet(VncVal meta)
public VncSortedSet(io.vavr.collection.Set<VncVal> val)
public static VncSortedSet ofAll(java.util.Collection<? extends VncVal> val)
public static VncSortedSet ofAll(VncSequence val)
public static VncSortedSet of(VncVal... mvs)
public VncSortedSet emptyWithMeta()
emptyWithMeta in class VncSetpublic VncSortedSet withValues(java.util.Collection<? extends VncVal> replaceVals)
withValues in class VncSetpublic VncSortedSet withValues(java.util.Collection<? extends VncVal> replaceVals, VncVal meta)
withValues in class VncSetpublic VncSortedSet withMeta(VncVal meta)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncSetpublic java.util.List<VncKeyword> getAllSupertypes()
getAllSupertypes in class VncSetpublic VncSortedSet add(VncVal val)
public VncSortedSet addAll(VncSet val)
public VncSortedSet addAll(VncSequence val)
public VncSortedSet remove(VncVal val)
public VncSortedSet removeAll(VncSet val)
public VncSortedSet removeAll(VncSequence val)
public VncList toVncList()
toVncList in class VncCollectionpublic VncVector toVncVector()
toVncVector in class VncCollectionpublic int size()
size in class VncCollectionpublic boolean isEmpty()
isEmpty in class VncCollectionpublic int compareTo(VncVal o)
public java.lang.String toString()
toString in class java.lang.Object