+ * This is intended as a base class; you will probably not need to use this
+ * class directly in your own code.
+ */
+public class HeaderViewListAdapter implements WrapperListAdapter {
+
+ private final ListAdapter mAdapter;
+
+ // These two ArrayList are assumed to NOT be null.
+ // They are indeed created when declared in ListView and then shared.
+ ArrayList