402: * that enabled this call would have pushed us to the next
403: * location.
404: */
405: mCurrCell = mCurrCell.mNext;
406: mCurrIndex = 0;
407: removeAtPosition(new VListLocation
408: }
409: }
410: }
412: /**
413: * Returns a custom iterator rather than the default.
414: */
415: @Override
416: public Iterator
417: return new VListIterator();
418: }
419:
420: }
摘自 Change Dir