|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Container
A Container is a grouping of statements. A container can either be a
Alternative
, Bag
, or Sequence
.
See 4.1 RDF Containers.
Alternatives are unordered lists that do not allow duplicates. Bags are unordered lists that allow duplicates. Sequences are ordered lists that allows duplicates.
Currently, this is just an extension of java.util.Collection that throws exceptions when inappropriate objects are used, for example non-ObjectNodes are added.
Method Summary |
---|
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |