|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.ashwood.graph.StrongConnection<E,V>
public class StrongConnection<E,V>
Constructor Summary | |
---|---|
StrongConnection(DigraphIteration<E,V> digraph)
|
Method Summary | |
---|---|
Digraph<java.util.Collection<E>,java.util.Collection<V>> |
contract(Digraph<java.util.Collection<E>,java.util.Collection<V>> contractedDigraph)
|
boolean |
hasNext()
|
java.util.Collection<E> |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrongConnection(DigraphIteration<E,V> digraph)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.util.Collection<E>>
public java.util.Collection<E> next()
next
in interface java.util.Iterator<java.util.Collection<E>>
public void remove()
remove
in interface java.util.Iterator<java.util.Collection<E>>
public Digraph<java.util.Collection<E>,java.util.Collection<V>> contract(Digraph<java.util.Collection<E>,java.util.Collection<V>> contractedDigraph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |