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 Summary
Constructors Constructor Description StrongConnection(DigraphIteration<E,V> digraph)
-
Method Summary
Modifier and Type Method Description Digraph<Collection<E>,Collection<V>>
contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
boolean
hasNext()
Collection<E>
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)
-