分享代码系列――vlist (三)

2014-11-24 07:40:12 · 作者: · 浏览: 1

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(mCurrCell, mCurrIndex));
408: }
409: }
410: }
411:
412: /**
413: * Returns a custom iterator rather than the default.
414: */
415: @Override
416: public Iterator iterator() {
417: return new VListIterator();
418: }
419:
420: }

摘自 Change Dir