Cheers Morgan
/**
* Gets the list of values with key in the
* range [rangeMin, rangeMax].
*
* @param rangeMin minimum value of a range.
* @param rangeMax maximum value of a range.
* @return a list of values.
*/
public List<V> getValues(K rangeMin, K rangeMax)
{
return null;
}

New Topic/Question
This topic is locked




MultiQuote


|