asMap
for (Tuple t : a.asMap().keySet()) {
for (Tuple t : a.asMap().keySet()) {
for (Tuple tuple : agg.asMap().keySet()) {
for (Tuple tuple : agg.asMap().keySet()) {
} while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK));
} while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK));
if (!a.asMap().isEmpty()) {
for (Aggregation agg : a.asMap().values()) {
for (AggregationRecord rec : agg.asMap().values()) {
recordSequence += a.asMap().size();
for (AggregationRecord r : a.asMap().values()) {
list.addAll(a.asMap().values());
Map <Tuple, AggregationRecord> map = aggregation.asMap();