|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ITopologicalSortInput | |
|---|---|
| jcommon.graph | Contains the standard API for interfacing with the jcommon-graph library. |
| jcommon.graph.impl | Contains implementations for key portions of the API. |
| Uses of ITopologicalSortInput in jcommon.graph |
|---|
| Methods in jcommon.graph with parameters of type ITopologicalSortInput | |
|---|---|
TProcessedValue |
ITopologicalSortCallback.handle(TValue value,
ITopologicalSortInput<TValue,TProcessedValue> input,
IVertex<TValue> vertex,
ITopologicalSortCoordinator coordinator)
The callback that will be executed inside a thread other than the one invoking the sort. |
| Uses of ITopologicalSortInput in jcommon.graph.impl |
|---|
| Classes in jcommon.graph.impl that implement ITopologicalSortInput | |
|---|---|
class |
TopologicalSortInput<TValue,TProcessedValue>
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||