public interface ArcIterator<E,V> extends Iterator<V>
Modifier and Type | Interface and Description |
---|---|
static class |
ArcIterator.EmptyIterator<E,V> |
Modifier and Type | Field and Description |
---|---|
static ArcIterator |
EMPTY_ITERATOR |
Modifier and Type | Method and Description |
---|---|
E |
getDestination() |
E |
getOrigin() |
forEachRemaining, hasNext, next, remove
static final ArcIterator EMPTY_ITERATOR
Copyright © 2001–2018 Apache Cayenne. All rights reserved.