org.apache.cayenne.ashwood.graph
Interface ArcIterator<E,V>

All Superinterfaces:
java.util.Iterator<V>
All Known Implementing Classes:
ArcIterator.EmptyIterator, FilterArcIterator, ReversedIteration.ReversedArcIterator

public interface ArcIterator<E,V>
extends java.util.Iterator<V>

Since:
3.1

Nested Class Summary
static class ArcIterator.EmptyIterator<E,V>
           
 
Field Summary
static ArcIterator EMPTY_ITERATOR
           
 
Method Summary
 E getDestination()
           
 E getOrigin()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Field Detail

EMPTY_ITERATOR

static final ArcIterator EMPTY_ITERATOR
Method Detail

getOrigin

E getOrigin()

getDestination

E getDestination()


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