Class EdgeTypeIterable<T extends ExplicitVertexID>

  • All Implemented Interfaces:
    java.lang.Iterable<Edge<T>>

    public class EdgeTypeIterable<T extends ExplicitVertexID>
    extends java.lang.Object
    implements java.lang.Iterable<Edge<T>>
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<Edge<T>> iterator()  
      • 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
    • Constructor Detail

      • EdgeTypeIterable

        public EdgeTypeIterable​(Edge<T>[] edges,
                                int edgesLength,
                                java.lang.Object type)
      • EdgeTypeIterable

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

      • iterator

        public java.util.Iterator<Edge<T>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T extends ExplicitVertexID>