org.openrdf.sesame.sailimpl.memory
Class StatementList
java.lang.Object
org.openrdf.sesame.sailimpl.memory.StatementList
- public class StatementList
- extends Object
- Version:
- $Revision: 1.3.4.2 $
- Author:
- Arjohn Kampman
StatementList
public StatementList()
- Creates a new StatementList.
StatementList
public StatementList(int size)
StatementList
public StatementList(StatementList other)
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.