Interface | Description |
---|---|
AcceptingData<T> |
Adds the capability for
TSet s to accept data from another TSet as an input. |
StorableTBase<T> |
All
TSet s that store data would need to implement this
interface. |
TSet<T> |
Twister data set.
|
TupleTSet<K,V> |
Twister data set for keyed data.
|