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