LENGTH_INCREASE_FACTOR constant

int const LENGTH_INCREASE_FACTOR

Getters

Implementation

//How many items are loaded in at a time
//Passed back within the loaded function
//If items retrieved is less then 10 then has more is set to false
static const int LENGTH_INCREASE_FACTOR = 15;