Home | History | Annotate | Download | only in util

Lines Matching defs:advanceTo

38  * Use {@link #advanceTo(int)} to declare that you will not need to access lesser indexes. This
40 * <code>0</code> to <code>10</code>, you should call <code>advanceTo(N)</code> so that internal
81 * If <code>autoAdvance</code> is false, you must be diligent and call {@link #advanceTo(int)}
124 * Consider calling {@link #advanceTo(int)} if you know that you will never request a lesser
154 * <code>advanceTo()</code> apply.
187 public void advanceTo(final int index) throws IllegalStateException, IndexOutOfBoundsException {
236 Log.d(TAG, String.format("advanceTo %d buffer: %s", i, this));
252 * {@link #advanceTo(int)} will be called with the requested index,
280 advanceTo(index);
286 + "or advanceTo() not called.",