NumListAdapter constructor
const
NumListAdapter()
Creates a new NumListAdapter with a fixed byte size of 8.
Implementation
const NumListAdapter() : super(8);
Creates a new NumListAdapter with a fixed byte size of 8.
const NumListAdapter() : super(8);