|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcpw.mods.fml.common.toposort.ModSortingException.SortingExceptionData<T>
public class ModSortingException.SortingExceptionData<T>
Constructor Summary | |
---|---|
ModSortingException.SortingExceptionData(T node,
Set<T> visitedNodes)
|
Method Summary | |
---|---|
T |
getFirstBadNode()
|
Set<T> |
getVisitedNodes()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModSortingException.SortingExceptionData(T node, Set<T> visitedNodes)
Method Detail |
---|
public T getFirstBadNode()
public Set<T> getVisitedNodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |