Package org.jruby.dirgra
Class DataIterable<T extends ExplicitVertexID>
java.lang.Object
org.jruby.dirgra.DataIterable<T>
- All Implemented Interfaces:
Iterable<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataIterable
(Edge<T>[] edges, int edgesLength, Object type, boolean source, boolean negate) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
edges
-
edgesLength
private int edgesLength -
type
-
negate
private boolean negate -
source
private boolean source
-
-
Constructor Details
-
DataIterable
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<T extends ExplicitVertexID>
-