public class RegisterSet extends EntityContainer<Register> implements Serializable
entities, weights| Constructor and Description |
|---|
RegisterSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double value,
double weight) |
void |
add(Register register,
double weight) |
boolean |
isReadOnly() |
RegisterSet |
makeCopy() |
String |
toString() |
public boolean isReadOnly()
public RegisterSet makeCopy()
public void add(Register register, double weight)
add in class EntityContainer<Register>public void add(double value,
double weight)
public String toString()
toString in class EntityContainer<Register>Copyright © 2017. All rights reserved.