Class DefaultImmutableEdgeManager.OnHeapEdgeIterator

    • Method Detail

      • hasNext

        public boolean hasNext()
        Returns true if the iteration has more elements. (In other words, returns true if next() would return an element rather than throwing an exception.)
        Specified by:
        hasNext in interface Iterator
        Returns:
        true if the iteration has more elements
      • next

        public Object next()
        Returns the next element in the iteration.
        Specified by:
        next in interface Iterator
        Returns:
        the next element in the iteration