Interface | Description |
---|---|
LocalFeatureList<T extends LocalFeature<?,?>> |
An interface defining list of
LocalFeature s. |
Class | Description |
---|---|
FileLocalFeatureList<T extends LocalFeature<?,?>> |
A
LocalFeatureList backed by a file. |
LocalFeatureListIndex<K extends ReadWriteable,V extends LocalFeature<?,?>> |
LocalFeatureListIndex is a @{link ReadWriteable} map of keys to local feature
lists.
|
MemoryLocalFeatureList<T extends LocalFeature<?,?>> |
An in-memory list of local features.
|
StreamLocalFeatureList<T extends LocalFeature<?,?>> |
A list of
LocalFeature s backed by an input stream. |