public class VncMutableSet extends VncSet
| Modifier and Type | Field and Description |
|---|---|
static VncKeyword |
TYPE |
| Constructor and Description |
|---|
VncMutableSet() |
VncMutableSet(java.util.Collection<? extends VncVal> val) |
VncMutableSet(java.util.Collection<? extends VncVal> val,
VncVal meta) |
VncMutableSet(VncVal meta) |
apply, convertToJavaObjectgetMeta, getMetaVal, getMetaVal, getWrappingTypeDef, isPrivate, isVncList, isWrapped, wrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitisAnonymouspublic static final VncKeyword TYPE
public VncMutableSet()
public VncMutableSet(VncVal meta)
public VncMutableSet(java.util.Collection<? extends VncVal> val)
public static VncMutableSet ofAll(java.util.Collection<? extends VncVal> val)
public static VncMutableSet ofAll(VncSequence val)
public static VncMutableSet of(VncVal... mvs)
public VncMutableSet emptyWithMeta()
emptyWithMeta in class VncSetpublic VncMutableSet withValues(java.util.Collection<? extends VncVal> replaceVals)
withValues in class VncSetpublic VncMutableSet withValues(java.util.Collection<? extends VncVal> replaceVals, VncVal meta)
withValues in class VncSetpublic VncMutableSet withMeta(VncVal meta)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncSetpublic java.util.List<VncKeyword> getAllSupertypes()
getAllSupertypes in class VncSetpublic VncMutableSet add(VncVal val)
public VncMutableSet addAll(VncSet val)
public VncMutableSet addAll(VncSequence val)
public VncMutableSet remove(VncVal val)
public VncMutableSet removeAll(VncSet val)
public VncMutableSet 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