Variable StringListAdapterBase._lastItemIndex

class StringListAdapterBase
{
  // ...
  int _lastItemIndex;
  // ...
}