Uses of Interface
fiftyone.mobile.detection.entities.stream.ICacheList

Packages that use ICacheList
fiftyone.mobile.detection.entities.stream   
 

Uses of ICacheList in fiftyone.mobile.detection.entities.stream
 

Classes in fiftyone.mobile.detection.entities.stream that implement ICacheList
 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.