|
|
|
|
|
class AbstractListListIterator
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::AbstractListListIterator Class Reference#include <AbstractListListIterator.h>
Inheritance diagram for acdk::util::AbstractListListIterator:
List of all members.
Detailed Description
this is just a private implementation of the Iterator for AbstractList * API: Java<br/>
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.11
- Date:
- Date
- 2005/04/09 19:26:56
Constructor & Destructor Documentation
acdk::util::AbstractListListIterator::AbstractListListIterator |
( |
IN(RAbstractList) |
list, |
|
|
int |
index |
|
) |
[inline] |
|
Member Function Documentation
void acdk::util::AbstractListListIterator::_checkMod |
( |
|
) |
[inline, private] |
|
virtual void acdk::util::AbstractListListIterator::add |
( |
IN(acdk::lang::Object) |
o |
) |
[inline, virtual] |
|
virtual acdk::lang::Object acdk::util::AbstractListListIterator::element |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::util::AbstractListListIterator::hasNext |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::util::AbstractListListIterator::hasPrevious |
( |
|
) |
[inline, virtual] |
|
virtual acdk::lang::Object acdk::util::AbstractListListIterator::next |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::AbstractListListIterator::nextIndex |
( |
|
) |
[inline, virtual] |
|
virtual acdk::lang::Object acdk::util::AbstractListListIterator::previous |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::AbstractListListIterator::previousIndex |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::util::AbstractListListIterator::remove |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::util::AbstractListListIterator::set |
( |
IN(acdk::lang::Object) |
o |
) |
[inline, virtual] |
|
Member Data Documentation
|
|