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
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
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.