| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities.memory | |
| fiftyone.mobile.detection.entities.stream |
| Modifier and Type | Method and Description |
|---|---|
IClosableIterator<T> |
IFixedList.getRange(int index,
int count)
Returns an enumerable starting at the index provided until count number
of iterations have been performed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryFixedListIterator<T extends BaseEntity>
Used to iterate over the MemoryFixedList.
|
| Modifier and Type | Method and Description |
|---|---|
IClosableIterator<T> |
MemoryFixedList.getRange(int index,
int count)
Returns the MemoryFixedListIterator for specific range.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamFixedListRangeIterator<T>
Class implements the logic of IEnumerable in C#.
|
Copyright © 2015 51Degrees. All rights reserved.