public class TimeTracker extends Object
Modifier and Type | Field and Description |
---|---|
Map<StopCluster,gnu.trove.list.TIntList> |
timesForCluster |
Constructor and Description |
---|
TimeTracker() |
Modifier and Type | Method and Description |
---|---|
void |
add(StopCluster stopCluster,
boolean sort,
int... time)
Add a variable number of int arguments or an array of ints to the bag for a given stopcluster.
|
void |
dump() |
public Map<StopCluster,gnu.trove.list.TIntList> timesForCluster
public void add(StopCluster stopCluster, boolean sort, int... time)
public void dump()
Copyright © 2018. All rights reserved.