Package | Description |
---|---|
eu.bandm.tools.graph |
Mathematical graph tools.
|
eu.bandm.tools.ops |
Modifier and Type | Method and Description |
---|---|
<V> void |
GraphModels.dfs(Sink<? super V> sink,
boolean multiply,
RootedGraphModel<V> graph) |
<V> void |
GraphModels.dfs(Sink<? super V> sink,
boolean multiply,
RootedGraphModel<V> graph) |
Modifier and Type | Method and Description |
---|---|
static <A> void |
Iterables.elementwise(Sink<? super A> sink,
Iterable<A> things) |
static <A> void |
Iterators.elementwise(Sink<? super A> sink,
Iterator<A> it) |
see also the complete user documentation .