Class RdfList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.aksw.jena_sparql_api.mapper.model.RdfList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class RdfList<T> extends AbstractList<T>
  • Field Details

    • itemIds

      protected List<org.apache.jena.graph.Node> itemIds
    • isInitialized

      protected boolean isInitialized
    • idToItem

      protected Map<org.apache.jena.graph.Node,T> idToItem
    • itemType

      protected RdfType itemType
  • Constructor Details

    • RdfList

      public RdfList()
  • Method Details