| Class | Description |
|---|---|
| AbstractItemIterator |
An abstract base class for all iterators, which allow to iterate items of the type
AbstractItem. |
| AbstractItemIterator.AbstractBuilder<BuilderType extends AbstractItemIterator.AbstractBuilder<?,ProductType>,ProductType extends AbstractItemIterator> |
An abstract base class of all builders, which allows to configure and create instances of the
class
AbstractItemIterator. |
| ArrayItemIterator |
An iterator, which allows to iterate the items, which correspond to the tabs, which are
contained by an array.
|
| ArrayItemIterator.Builder |
A builder, which allows to configure an create instances of the class
ArrayItemIterator. |
| ItemIterator |
An iterator, which allows to iterate the items, which correspond to the child views of a
TabSwitcher. |
| ItemIterator.Builder |
A builder, which allows to configure and create instances of the class
ItemIterator. |