public static class Activation.Rounds extends Object
| Modifier and Type | Field and Description |
|---|---|
TreeMap<Integer,Activation.State> |
rounds |
| Constructor and Description |
|---|
Rounds() |
| Modifier and Type | Method and Description |
|---|---|
Activation.Rounds |
copy() |
Activation.State |
get(int r) |
Activation.State |
getLast() |
Integer |
getLastRound() |
boolean |
set(int r,
Activation.State s) |
public TreeMap<Integer,Activation.State> rounds
public boolean set(int r,
Activation.State s)
public Activation.State get(int r)
public Activation.Rounds copy()
public Integer getLastRound()
public Activation.State getLast()
Copyright © 2017. All rights reserved.