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