Uses of Interface
org.apache.cayenne.ashwood.graph.ArcIterator
Packages that use ArcIterator
-
Uses of ArcIterator in org.apache.cayenne.ashwood.graph
Classes in org.apache.cayenne.ashwood.graph that implement ArcIteratorFields in org.apache.cayenne.ashwood.graph with type parameters of type ArcIteratorMethods in org.apache.cayenne.ashwood.graph that return ArcIteratorModifier and TypeMethodDescriptionDigraphIteration.arcIterator()
FilterIteration.arcIterator()
MapDigraph.arcIterator()
ReversedIteration.arcIterator()
DigraphIteration.incomingIterator
(E vertex) FilterIteration.incomingIterator
(E vertex) MapDigraph.incomingIterator
(E vertex) ReversedIteration.incomingIterator
(E vertex) DigraphIteration.outgoingIterator
(E vertex) FilterIteration.outgoingIterator
(E vertex) MapDigraph.outgoingIterator
(E vertex) ReversedIteration.outgoingIterator
(E vertex) Constructors in org.apache.cayenne.ashwood.graph with parameters of type ArcIteratorModifierConstructorDescriptionFilterArcIterator
(ArcIterator<E, V> iterator, Predicate<E> acceptOrigin, Predicate<E> acceptDestination, Predicate<V> acceptArc) ReversedArcIterator
(ArcIterator<S, T> wrappedIterator)