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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrongConnection
public StrongConnection(DigraphIteration<E,V> digraph)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Collection<E>>
next
public Collection<E> next()
- Specified by:
next
in interface Iterator<Collection<E>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Collection<E>>
contract
public Digraph<Collection<E>,Collection<V>> contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.