org.jrdf.graph
Interface Bag

All Superinterfaces:
Collection<ObjectNode>, Container, Iterable<ObjectNode>
All Known Implementing Classes:
BagImpl

public interface Bag
extends Container

A Bag is a group of statements that are an unorderd list which allow duplicates. The order in which the objects go in may not be the order in which they are returned.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray