org.openrdf.sesame.sailimpl.memory
Class StatementList

java.lang.Object
  extended byorg.openrdf.sesame.sailimpl.memory.StatementList

public class StatementList
extends Object

Version:
$Revision: 1.3.4.2 $
Author:
Arjohn Kampman

Constructor Summary
StatementList()
          Creates a new StatementList.
StatementList(int size)
           
StatementList(StatementList other)
           
 
Method Summary
 void add(Statement st)
           
 void addAll(StatementList other)
           
 void clear()
           
 Statement get(int index)
           
 boolean isEmpty()
           
 void remove(int index)
           
 void remove(Statement st)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementList

public StatementList()
Creates a new StatementList.


StatementList

public StatementList(int size)

StatementList

public StatementList(StatementList other)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

get

public Statement get(int index)

add

public void add(Statement st)

addAll

public void addAll(StatementList other)

remove

public void remove(int index)

remove

public void remove(Statement st)

clear

public void clear()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.