Class EdgeTypeIterator<T extends ExplicitVertexID>

  • All Implemented Interfaces:
    java.util.Iterator<Edge<T>>

    public class EdgeTypeIterator<T extends ExplicitVertexID>
    extends java.lang.Object
    implements java.util.Iterator<Edge<T>>
    • Constructor Summary

      Constructors 
      Constructor Description
      EdgeTypeIterator​(Edge<T>[] edges, int edgesLength, java.lang.Object type, boolean negate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      Edge<T> next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • edgesLength

        private int edgesLength
      • edgeIteratorIndex

        private int edgeIteratorIndex
      • type

        private java.lang.Object type
      • nextEdge

        private Edge nextEdge
      • negate

        private boolean negate
    • Constructor Detail

      • EdgeTypeIterator

        public EdgeTypeIterator​(Edge<T>[] edges,
                                int edgesLength,
                                java.lang.Object type,
                                boolean negate)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<T extends ExplicitVertexID>
      • next

        public Edge<T> next()
        Specified by:
        next in interface java.util.Iterator<T extends ExplicitVertexID>
      • remove

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