Interface GraphIterator<T extends KeyedObject>


@Deprecated(since="10.2") public interface GraphIterator<T extends KeyedObject>
Deprecated.
Interface for VertexSet and EdgeSet iterators.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Return true if the iterator has more elements
    Deprecated.
    Returns next element in the iteration.
    boolean
    Deprecated.
    Removes the object from the backing set safely
  • Method Details Link icon

    • hasNext Link icon

      boolean hasNext()
      Deprecated.
      Return true if the iterator has more elements
    • next Link icon

      Deprecated.
      Returns next element in the iteration.
      Throws:
      ConcurrentModificationException - if the backing set has been modified since the iterator was created.
    • remove Link icon

      boolean remove()
      Deprecated.
      Removes the object from the backing set safely