public class StrongConnection<E,V> extends Object implements Iterator<Collection<E>>
| Constructor and Description | 
|---|
| StrongConnection(DigraphIteration<E,V> digraph) | 
| Modifier and Type | Method and Description | 
|---|---|
| Digraph<Collection<E>,Collection<V>> | contract(Digraph<Collection<E>,Collection<V>> contractedDigraph) | 
| boolean | hasNext() | 
| Collection<E> | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic StrongConnection(DigraphIteration<E,V> digraph)
public boolean hasNext()
hasNext in interface Iterator<Collection<E>>public Collection<E> next()
next in interface Iterator<Collection<E>>public void remove()
remove in interface Iterator<Collection<E>>public Digraph<Collection<E>,Collection<V>> contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.