Interface Table<T>

Type Parameters:
T -
All Known Implementing Classes:
TableImpl

public interface Table<T>
A table itself only provides metadata. A storage (such as an index) must be attached to it for that.
Author:
Claus Stadler <cstadler@informatik.uni-leipzig.de>