public class StrongConnection<E,V> extends Object implements Iterator<Collection<E>>
Constructor and Description |
---|
StrongConnection(DigraphIteration<E,V> digraph) |
Modifier and Type | Method and Description |
---|---|
Digraph<Collection<E>,Collection<V>> |
contract(Digraph<Collection<E>,Collection<V>> contractedDigraph) |
boolean |
hasNext() |
Collection<E> |
next() |
void |
remove() |
public StrongConnection(DigraphIteration<E,V> digraph)
public boolean hasNext()
hasNext
in interface Iterator<Collection<E>>
public Collection<E> next()
next
in interface Iterator<Collection<E>>
public void remove()
remove
in interface Iterator<Collection<E>>
public Digraph<Collection<E>,Collection<V>> contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.