public class FightRes<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addFight(T fight,
FightIndexer<T> fightIndexer) |
void |
finish() |
IndexResults |
getData() |
boolean |
hasChilds() |
String |
toString() |
String |
toString(int indentation) |
String |
toStringBig() |
public FightRes(String label)
public boolean hasChilds()
public IndexResults getData()
public void addFight(T fight, FightIndexer<T> fightIndexer)
public String toStringBig()
public String toString(int indentation)
public void finish()
Copyright © 2014. All rights reserved.