public class StatementList extends Object implements Closeable
Constructor and Description |
---|
StatementList() |
Modifier and Type | Method and Description |
---|---|
void |
add(int subj,
int pred,
int obj,
int context) |
void |
close() |
boolean |
isMemoryBufferFull() |
CloseableIteration<int[],IOException> |
iteration() |
long |
size() |
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public long size()
public void add(int subj, int pred, int obj, int context) throws IOException
IOException
public boolean isMemoryBufferFull()
public CloseableIteration<int[],IOException> iteration() throws IOException
IOException
Copyright © 2001-2016 Aduna. All Rights Reserved.