public class TopoCycleException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TopoNode<?,?>> |
getCycleNodes()
Returns a collection of
TopoNode instances that are a part
of detected cyclic structures. |
List<?> |
getSortedValues()
Returns a subset of items that were successfully sorted before the cycle was detected.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic List<?> getSortedValues()
public Collection<? extends TopoNode<?,?>> getCycleNodes()
TopoNode instances that are a part
of detected cyclic structures.Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.