public class FNode<T> extends Object
FNode(List<Object> chosenIndexes, T t)
List<Object>
getChosenIndexes()
T
getF()
Object
getIndex(int i)
boolean
hasIndex(int i)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FNode(List<Object> chosenIndexes, T t)
public T getF()
public Object getIndex(int i)
public List<Object> getChosenIndexes()
public boolean hasIndex(int i)
Copyright © 2014. All rights reserved.