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>>
- Since:
- 3.1
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncontract(Digraph<Collection<E>, Collection<V>> contractedDigraph) booleanhasNext()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) 
 
-