public class RdfList<T> extends AbstractList<T>
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.apache.jena.graph.Node,T> |
idToItem |
protected boolean |
isInitialized |
protected List<org.apache.jena.graph.Node> |
itemIds |
protected RdfType |
itemType |
modCount| Constructor and Description |
|---|
RdfList() |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index) |
protected void |
refresh() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected List<org.apache.jena.graph.Node> itemIds
protected boolean isInitialized
protected RdfType itemType
protected void refresh()
public T get(int index)
public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>Copyright © 2017. All rights reserved.