Class RDFListIterator

java.lang.Object
org.apache.jena.permissions.utils.RDFListIterator
All Implemented Interfaces:
Iterator<RDFList>

public class RDFListIterator extends Object implements Iterator<RDFList>
An iterator on the elements of an RDFList.
  • Constructor Details

    • RDFListIterator

      public RDFListIterator(RDFList start)
      Constructor.
      Parameters:
      start - The RDFList element to start with.
  • Method Details