Uiinfrastructure API Docs  
 

PTGrowableSortedArrayWrapper.CalculateNextSize Method 

MES- CalculateNexSize is an internal helper function that figures out, based on the current size, what the next size would be (taking into account m_iPercentIncrease, etc.)

protected virtual int CalculateNextSize(
   int iNominalSize
);

Parameters

iNominalSize
is the current nominal size- the function calculates the "next" size bigger than this size.

Return Value

the next size larger than iNominalSize

See Also

PTGrowableSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace