Package org.deeplearning4j.graph.api
Interface IVertexSequence<T>
-
- All Known Implementing Classes:
VertexSequence
public interface IVertexSequence<T> extends Iterator<Vertex<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
sequenceLength()
Length of the vertex sequence-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-