fiftyone.mobile.detection
Interface ReadonlyList<T extends BaseEntity>

All Superinterfaces:
Disposable, Iterable<T>
All Known Implementing Classes:
BaseList, BaseList, MemoryFixedList, MemoryVariableList, StreamFixedList, StreamVariableList

public interface ReadonlyList<T extends BaseEntity>
extends Iterable<T>, Disposable

A list which only provides those features needed to read items from the list.


Method Summary
 T get(int i)
           
 int size()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface fiftyone.mobile.detection.Disposable
dispose
 

Method Detail

get

T get(int i)
                         throws IOException
Throws:
IOException

size

int size()