org.apache.cayenne.ashwood.graph
Class ReversedIteration<E,V>

java.lang.Object
  extended by org.apache.cayenne.ashwood.graph.ReversedIteration<E,V>
All Implemented Interfaces:
DigraphIteration<E,V>

public class ReversedIteration<E,V>
extends java.lang.Object
implements DigraphIteration<E,V>

Since:
3.1

Nested Class Summary
static class ReversedIteration.ReversedArcIterator<S,T>
           
 
Constructor Summary
ReversedIteration(DigraphIteration<E,V> wrappedIteration)
           
 
Method Summary
 ArcIterator<E,V> arcIterator()
           
 ArcIterator<E,V> incomingIterator(E vertex)
           
 ArcIterator<E,V> outgoingIterator(E vertex)
           
 java.util.Iterator<E> vertexIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReversedIteration

public ReversedIteration(DigraphIteration<E,V> wrappedIteration)
Method Detail

vertexIterator

public java.util.Iterator<E> vertexIterator()
Specified by:
vertexIterator in interface DigraphIteration<E,V>

arcIterator

public ArcIterator<E,V> arcIterator()
Specified by:
arcIterator in interface DigraphIteration<E,V>

outgoingIterator

public ArcIterator<E,V> outgoingIterator(E vertex)
Specified by:
outgoingIterator in interface DigraphIteration<E,V>

incomingIterator

public ArcIterator<E,V> incomingIterator(E vertex)
Specified by:
incomingIterator in interface DigraphIteration<E,V>


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.