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 |
|---|---|
void |
addObserver(SectionObserver observer) |
abstract AbstractViewCell |
get(int position) |
abstract int |
getItemCount() |
boolean |
isEmpty() |
void |
notifyDataChanged() |
abstract void |
remove(int position) |
void |
removeObserver(SectionObserver observer) |
java.lang.Iterable<AbstractViewCell> |
viewCellIterator() |
public void addObserver(SectionObserver observer)
public void removeObserver(SectionObserver observer)
public void notifyDataChanged()
public boolean isEmpty()
public java.lang.Iterable<AbstractViewCell> viewCellIterator()
public abstract AbstractViewCell get(int position)
public abstract void remove(int position)
public abstract int getItemCount()