Package org.apache.cayenne.ashwood.graph
Class StrongConnection<E,V>
java.lang.Object
org.apache.cayenne.ashwood.graph.StrongConnection<E,V>
- All Implemented Interfaces:
- Iterator<Collection<E>>
public class StrongConnection<E,V> extends Object implements Iterator<Collection<E>>
- Since:
- 3.1
- 
Constructor SummaryConstructors Constructor Description StrongConnection(DigraphIteration<E,V> digraph)
- 
Method SummaryModifier and Type Method Description Digraph<Collection<E>,Collection<V>>contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)booleanhasNext()Collection<E>next()voidremove()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
StrongConnection
 
- 
- 
Method Details- 
hasNextpublic boolean hasNext()
- 
next
- 
removepublic void remove()
- 
contractpublic Digraph<Collection<E>,Collection<V>> contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
 
-