| Package | Description |
|---|---|
| fiftyone.mobile.detection.entities.memory | |
| fiftyone.mobile.detection.entities.stream | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
protected BaseEntityFactory<T> |
BaseList.entityFactory
Interface used to create a new instance of an item in the list.
|
| Constructor and Description |
|---|
BaseList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of
|
MemoryFixedList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of FixedList
|
MemoryVariableList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of VariableList
|
| Modifier and Type | Field and Description |
|---|---|
(package private) BaseEntityFactory<T> |
Cache.entityFactory |
(package private) BaseEntityFactory<T> |
BaseList.entityFactory |
| Constructor and Description |
|---|
BaseList(Dataset dataSet,
BinaryReader reader,
Source source,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of BaseList
|
Cache(BaseEntityFactory<T> creator)
Constructs a new instance of the cache.
|
StreamFixedList(Dataset dataSet,
BinaryReader reader,
Source source,
BaseEntityFactory<T> entityFactory) |
StreamVariableList(Dataset dataSet,
BinaryReader reader,
Source source,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of VariableList
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiStringFactory |
class |
ComponentFactory |
class |
MapFactory |
class |
NodeFactory |
class |
ProfileFactory |
class |
ProfileOffsetFactory |
class |
PropertyFactory |
class |
RankedSignatureIndexFactory |
class |
RootNodeFactory |
class |
SignatureFactory |
class |
ValueFactory |