|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::util::List Class Reference#include <List.h>
Inheritance diagram for acdk::util::List:
List of all members.
Detailed Description
API: Java<br/>.
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.14
- Date:
- Date
- 2005/04/09 19:26:57
Member Function Documentation
virtual void acdk::util::List::add |
( |
int |
index, |
|
|
IN(acdk::lang::Object) |
element |
|
) |
[pure virtual] |
|
virtual bool acdk::util::List::addAll |
( |
int |
index, |
|
|
IN(RCollection) |
c |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::List::addAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite void acdk::util::List::clear |
( |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::List::containsAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite int acdk::util::List::hashCode |
( |
|
) |
[pure virtual] |
|
overwrite bool acdk::util::List::isEmpty |
( |
|
) |
[pure virtual] |
|
overwrite RIterator acdk::util::List::iterator |
( |
|
) |
[pure virtual] |
|
virtual RListIterator acdk::util::List::listIterator |
( |
int |
index = 0 |
) |
[pure virtual] |
|
overwrite bool acdk::util::List::removeAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite bool acdk::util::List::retainAll |
( |
IN(RCollection) |
c |
) |
[pure virtual] |
|
overwrite int acdk::util::List::size |
( |
|
) |
[pure virtual] |
|
virtual RList acdk::util::List::subList |
( |
int |
fromIndex, |
|
|
int |
toIndex |
|
) |
[pure virtual] |
|
overwrite RObjectArray acdk::util::List::toArray |
( |
|
) |
[pure virtual] |
|
|
|