public class Store extends Gate
Modifier and Type | Field and Description |
---|---|
Gate |
iSet |
Gate |
iVal |
java.lang.String |
name |
Constructor and Description |
---|
Store(java.lang.String nm,
Gate s,
Gate v) |
Modifier and Type | Method and Description |
---|---|
static Store[] |
newArray(int sz,
Gate gSet) |
static Store[] |
newArray(int sz,
Gate gSet,
Gate[] iVal) |
void |
update() |