public class HistoryList extends HistoryStructure
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<HistoryNode> |
list |
protected ObjectPoolList<HistoryNode> |
nodePool |
| Constructor and Description |
|---|
HistoryList() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
equals(java.lang.Object obj) |
HistoryNode |
getNewHistoryNode(HistoryNode previousNode,
GuideUserAction action) |
int |
hashCode() |
java.lang.String |
toString() |
protected final java.util.ArrayList<HistoryNode> list
protected final ObjectPoolList<HistoryNode> nodePool
public HistoryList() throws MaltChainedException
MaltChainedExceptionpublic HistoryNode getNewHistoryNode(HistoryNode previousNode, GuideUserAction action) throws MaltChainedException
getNewHistoryNode in class HistoryStructureMaltChainedExceptionpublic void clear() throws MaltChainedException
clear in class HistoryStructureMaltChainedExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.