public class ArenaNode<T,P> extends Object
@Nullable net.automatalib.common.util.Pair<P,Integer>
parent
T
value
ArenaNode(@Nullable net.automatalib.common.util.Pair<P,Integer> parent, T value)
ArenaNode(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final @Nullable net.automatalib.common.util.Pair<P,Integer> parent
public T value
public ArenaNode(@Nullable net.automatalib.common.util.Pair<P,Integer> parent, T value)
public ArenaNode(T value)