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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontract
(Digraph<Collection<E>, Collection<V>> contractedDigraph) boolean
hasNext()
next()
void
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
StrongConnection
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
contract
public Digraph<Collection<E>,Collection<V>> contract(Digraph<Collection<E>, Collection<V>> contractedDigraph)
-