@PortedFrom(file="tDepSet.h", name="TDepSet") public class DepSet extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DepSet() |
|
DepSet(FastSetSimple d) |
protected |
DepSet(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DepSet toAdd) |
void |
add(FastSetSimple d) |
void |
clear()
empty the delegate
|
boolean |
contains(int level) |
static DepSet |
create() |
static DepSet |
create(DepSet dep) |
static DepSet |
create(FastSetSimple delegate) |
static DepSet |
create(int i) |
boolean |
equals(Object obj) |
int |
get(int i) |
FastSetSimple |
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) |
int |
size() |
String |
toString() |
protected DepSet()
public DepSet(FastSetSimple d)
d - protected DepSet(int i)
@PortedFrom(file="tDepSet.h", name="create") public static DepSet create()
@PortedFrom(file="tDepSet.h", name="create") public static DepSet create(int i)
i - @PortedFrom(file="tDepSet.h", name="create") public static DepSet create(DepSet dep)
dep - @PortedFrom(file="tDepSet.h", name="+") public static DepSet plus(DepSet ds1, DepSet ds2)
ds1 - ds2 - @PortedFrom(file="tDepSet.h", name="create") public static DepSet create(FastSetSimple delegate)
delegate - @Original public FastSetSimple getDelegate()
@PortedFrom(file="tDepSet.h", name="level") public int level()
@PortedFrom(file="tDepSet.h", name="empty") public boolean isEmpty()
@PortedFrom(file="tDepSet.h", name="contains") public boolean contains(int level)
level - @PortedFrom(file="tDepSet.h", name="size") public int size()
@PortedFrom(file="tDepSet.h", name="get") public int get(int i)
i - @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(DepSet toAdd)
toAdd - add all elements in the depset to this depset@PortedFrom(file="tDepSet.h", name="add") public void add(FastSetSimple d)
d - add all elements in the depset to this depsetCopyright © 2013 The University of Manchester. All Rights Reserved.