krati.store
Interface DataSet<V>
- Type Parameters:
V
- value
- All Known Implementing Classes:
- DynamicDataSet, StaticDataSet
public interface DataSet<V>
DataSet.
- Author:
- jwu
has
boolean has(V value)
add
boolean add(V value)
throws Exception
- Throws:
Exception
delete
boolean delete(V value)
throws Exception
- Throws:
Exception
sync
void sync()
throws IOException
- Throws:
IOException
persist
void persist()
throws IOException
- Throws:
IOException
clear
void clear()
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.