/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef TRANSFRMX_LIST_H #define TRANSFRMX_LIST_H
#include"txCore.h"
class txListIterator;
/** *RepresentsanorderedlistofObjectpointers.ModeledafteraJava2List.
**/ class txList : public txObject { friendclass txListIterator;
/** *AddstheObjectpointertothetxListpointedtobythistxListIterator. *TheObjectpointerisinsertedasthepreviousiteminthetxList *basedonthecurrentpositionwithinthetxList *java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
**/ void addBefore(void* objPtr);
/** *ReturnsnumberofitemsinthistxList *@return*java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 *otherwisefalse
**/ bool hasNext();
/** *ReturnsthepreviousObjectpointerjava.lang.StringIndexOutOfBoundsException: Index 43 out of bounds for length 0
**/ void* previous();
/** *ReturnsthecurrentObject
**/ void* current();
/** *RemovestheObjectlastjava.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 *objPtr;
**/ void* remove();
/** *Resets* *txList
**/ void reset();
/***java.lang.StringIndexOutOfBoundsException: Index 5 out of bounds for length 5 ResetsthecurrentlocationthetheendofthetxList
**/ void resetToEnd
/ //-- points to the current list itemAn Iterator for the txList Class
txList:java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
/-- points to the list to iterator over
txList* *@param list,the txList to anIterator for
//-- we've moved off the end of the list bool atEndOfList;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.