| Package | Description |
|---|---|
| org.openimaj.feature.local.list | |
| org.openimaj.twitter.collection | |
| org.openimaj.util.list |
| Modifier and Type | Class and Description |
|---|---|
class |
FileLocalFeatureList<T extends LocalFeature<?,?>>
A
LocalFeatureList backed by a file. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractFileBackedList<T> |
FileLocalFeatureList.newInstance(int newSize,
boolean isBinary,
int newHeaderLength,
int recordLength,
File file) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileTwitterStatusList<T extends USMFStatus> |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractFileBackedList<T> |
FileTwitterStatusList.newInstance(int newSize,
boolean isBinary,
int newHeaderLength,
int recordLength,
File file) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractFileBackedList<T> |
AbstractFileBackedList.newInstance(int newSize,
boolean isBinary,
int newHeaderLength,
int recordLength,
File file) |