getNumberOfEntries property

int Function() getNumberOfEntries
final

A function which should return the maximum number of entries in this row.

If not using something like the length of a list, it is important to note this value must be the number of entries + 1.

Implementation

final int Function() getNumberOfEntries;