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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDigraph<Collection<E>, Collection<V>> contract(Digraph<Collection<E>, Collection<V>> contractedDigraph) booleanhasNext()next()voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
StrongConnection
-
-
Method Details
-
hasNext
-
next
-
remove
-
contract
public Digraph<Collection<E>, Collection<V>> contract(Digraph<Collection<E>, Collection<V>> contractedDigraph)
-