public abstract class AbstractSection
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSection.AbstractSectionIterator |
| Constructor and Description |
|---|
AbstractSection() |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractViewCell |
get(int position) |
abstract int |
getItemCount() |
boolean |
isEmpty() |
abstract void |
remove(int position) |
java.lang.Iterable<AbstractViewCell> |
viewCellIterator() |
public abstract AbstractViewCell get(int position)
public abstract void remove(int position)
public abstract int getItemCount()
public boolean isEmpty()
public java.lang.Iterable<AbstractViewCell> viewCellIterator()