T
- The entry typepublic class NestedTableEntry<T> extends TableEntry<T>
RandomObjectTable
which is nested inside the entry of
another table.Constructor and Description |
---|
NestedTableEntry(double weight,
RandomObjectTable<T> table)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<T> |
get(Random rand)
Retrieves entries from the nested table.
|
int |
hashCode() |
String |
toString() |
getWeight
public NestedTableEntry(double weight, RandomObjectTable<T> table)
weight
- The weight to apply to the entrytable
- The table itself