@PortedFrom(file="tDepSet.h", name="TDepSet") public class DepSet extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
add(DepSet toAdd) |
void |
clear()
empty the delegate
|
static DepSet |
create() |
static DepSet |
create(DepSet dep) |
static DepSet |
create(int i) |
static DepSet |
create(org.roaringbitmap.RoaringBitmap delegate) |
boolean |
equals(Object obj) |
org.roaringbitmap.RoaringBitmap |
getDelegate()
to be used to get the FastSet and store it in CWDArray save/restore
|
int |
hashCode() |
boolean |
isEmpty() |
int |
level() |
static DepSet |
plus(DepSet ds1,
DepSet ds2) |
void |
restrict(int level) |
String |
toString() |
@Original public org.roaringbitmap.RoaringBitmap getDelegate()
@PortedFrom(file="tDepSet.h", name="create") public static DepSet create()
@PortedFrom(file="tDepSet.h", name="create") public static DepSet create(int i)
i - i@PortedFrom(file="tDepSet.h", name="create") public static DepSet create(@Nullable DepSet dep)
dep - dep@PortedFrom(file="tDepSet.h", name="+") public static DepSet plus(@Nullable DepSet ds1, @Nullable DepSet ds2)
ds1 - ds1ds2 - ds2@PortedFrom(file="tDepSet.h", name="create") public static DepSet create(org.roaringbitmap.RoaringBitmap delegate)
delegate - delegate@PortedFrom(file="tDepSet.h", name="level") public int level()
@PortedFrom(file="tDepSet.h", name="empty") public boolean isEmpty()
@PortedFrom(file="tDepSet.h", name="restrict") public void restrict(int level)
level - level to cut the delegate to@PortedFrom(file="tDepSet.h", name="clear") public void clear()
@PortedFrom(file="tDepSet.h", name="add") public void add(@Nullable DepSet toAdd)
toAdd - add all elements in the depset to this depsetCopyright © 2016 The University of Manchester. All rights reserved.