| Package | Description |
|---|---|
| fiftyone.mobile.detection.entities.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseList<T extends BaseEntity>
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
class |
StreamFixedList<T extends BaseEntity>
Constructs a new instance of FixedList.
|
class |
StreamVariableList<T extends BaseEntity>
A readonly list of variable length entity types held on persistent storage
rather than in memory.
|