Searched refs:stopAt (Results 1 – 1 of 1) sorted by relevance
140 final int stopAt = getCount() - exceptLast; in getStateHashCode() local141 while (moveToPosition(++pos) && pos < stopAt) { in getStateHashCode()