Exemple #1
0
 private bool isValidIndex(int inIndex)
 {
     return(isEmpty() ? false : XUtils.isValueInRange(inIndex, 0, getLastIndex()));
 }