org.jrdf.graph
Interface Collection

All Superinterfaces:
Collection<ObjectNode>, Iterable<ObjectNode>, List<ObjectNode>, Queue<ObjectNode>

public interface Collection
extends List<ObjectNode>, Queue<ObjectNode>

A Collection holds all the statements of a particular group. A linked list is created by using pointer statements (REST) to the next item in the collection. The group is closed, where the last statement in the group points to a NIL entry.

See 4.1 RDF Collections.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface java.util.Queue
element, offer, peek, poll, remove