|
|
|
|
|
class AbstractListSubListListIterator
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::AbstractListSubListListIterator Class Reference#include <AbstractListSubList.h>
Inheritance diagram for acdk::util::AbstractListSubListListIterator:
List of all members.
Constructor & Destructor Documentation
acdk::util::AbstractListSubListListIterator::AbstractListSubListListIterator |
( |
IN(RAbstractListSubList) |
list, |
|
|
int |
index, |
|
|
int |
offset |
|
) |
[inline] |
|
Member Function Documentation
virtual void acdk::util::AbstractListSubListListIterator::add |
( |
IN(acdk::lang::Object) |
o |
) |
[inline, virtual] |
|
virtual acdk::lang::Object acdk::util::AbstractListSubListListIterator::element |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::util::AbstractListSubListListIterator::hasNext |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::util::AbstractListSubListListIterator::hasPrevious |
( |
|
) |
[inline, virtual] |
|
virtual acdk::lang::Object acdk::util::AbstractListSubListListIterator::next |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::AbstractListSubListListIterator::nextIndex |
( |
|
) |
[inline, virtual] |
|
virtual acdk::lang::Object acdk::util::AbstractListSubListListIterator::previous |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::util::AbstractListSubListListIterator::previousIndex |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::util::AbstractListSubListListIterator::remove |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::util::AbstractListSubListListIterator::set |
( |
IN(acdk::lang::Object) |
o |
) |
[inline, virtual] |
|
Member Data Documentation
|
|