|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::LinkedListIterator Class Reference#include <LinkedList.h>
Inheritance diagram for acdk::util::LinkedListIterator:
List of all members.
Detailed Description
API: Java<br/>.
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.20
- Date:
- Date
- 2005/04/09 19:26:57
Constructor & Destructor Documentation
acdk::util::LinkedListIterator::LinkedListIterator |
( |
IN(RLinkedList) |
list, |
|
|
IN(RLinkedListEntry) |
entry, |
|
|
int |
index, |
|
|
int |
size, |
|
|
int |
modCount |
|
) |
[inline] |
|
Member Function Documentation
void acdk::util::LinkedListIterator::_checkMod |
( |
|
) |
[inline, private] |
|
virtual bool acdk::util::LinkedListIterator::hasNext |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::util::LinkedListIterator::hasPrevious |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::LinkedListIterator::nextIndex |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::LinkedListIterator::previousIndex |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::util::LinkedListIterator::remove |
( |
|
) |
[virtual] |
|
Member Data Documentation
|
|