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

java.lang.Object
  extended by org.apache.cayenne.ashwood.graph.ArcIterator.EmptyIterator<E,V>
All Implemented Interfaces:
java.util.Iterator<V>, ArcIterator<E,V>
Enclosing interface:
ArcIterator<E,V>

public static class ArcIterator.EmptyIterator<E,V>
extends java.lang.Object
implements ArcIterator<E,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.cayenne.ashwood.graph.ArcIterator
ArcIterator.EmptyIterator<E,V>
 
Field Summary
 
Fields inherited from interface org.apache.cayenne.ashwood.graph.ArcIterator
EMPTY_ITERATOR
 
Constructor Summary
ArcIterator.EmptyIterator()
           
 
Method Summary
 E getDestination()
           
 E getOrigin()
           
 boolean hasNext()
           
 V next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcIterator.EmptyIterator

public ArcIterator.EmptyIterator()
Method Detail

getOrigin

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

getDestination

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

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<V>

next

public V next()
Specified by:
next in interface java.util.Iterator<V>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<V>


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