public class PDD.Department
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
Department() |
protected |
Department(java.lang.String n,
Table t) |
protected |
Department(java.lang.String n,
Tuple t) |
|
Department(Table t) |
|
Department(Tuple t) |
Modifier and Type | Method and Description |
---|---|
PDD.Person |
employs() |
boolean |
equals(T tab) |
void |
forEach(java.util.function.Consumer<Tuple> action) |
T |
id() |
PDD.Division |
inDiv() |
T |
intersect(T tab) |
protected PDD.Department |
New(Table t) |
void |
print() |
T |
select(java.util.function.Predicate<Tuple> p) |
int |
size() |
public Department()
public Department(Table t)
public Department(Tuple t)
protected Department(java.lang.String n, Table t)
protected Department(java.lang.String n, Tuple t)
protected PDD.Department New(Table t)
public PDD.Person employs()
public PDD.Division inDiv()
public T select(java.util.function.Predicate<Tuple> p)
public T id()
public void print()
public void forEach(java.util.function.Consumer<Tuple> action)
public T intersect(T tab)
public int size()
public boolean equals(T tab)