Home | History | Annotate | Download | only in util

Lines Matching refs:currPos

303             int currPos = 0;
312 currPos = index;
326 return buff[currPos];
418 int currPos = 0;
427 currPos = index;
441 return buff[currPos];
457 buff[currPos] = "removed element";
491 int currPos = 0;
500 currPos = index;
514 return buff[currPos];
530 buff[currPos] = "removed element";
536 buff[currPos] = (String) o;