#include <TreeSet.h>
Inheritance diagram for acdk::util::TreeSet:
Public Member Functions | |
TreeSet (IN(RComparator) comp=Nil) | |
TreeSet (IN(RCollection) coll) | |
TreeSet (IN(RSortedSet) sortedSet) | |
TreeSet (IN(RSortedMap) map) | |
virtual bool | add (IN(acdk::lang::Object) object) |
reimplemented from Collection | |
virtual bool | addAll (IN(RCollection) coll) |
reimplemented from Collection | |
virtual void | clear () |
reimplemented from Collection | |
virtual acdk::lang::Object | clone () |
virtual acdk::lang::Object | clone (sys::Allocator *alc) |
virtual RComparator | comparator () |
virtual bool | contains (IN(acdk::lang::Object) object) |
reimplemented from Collection | |
virtual bool | isEmpty () |
reimplemented from Collection | |
virtual int | size () |
virtual bool | remove (IN(acdk::lang::Object) object) |
reimplemented from Collection | |
virtual acdk::lang::Object | first () |
virtual acdk::lang::Object | last () |
virtual RSortedSet | subSet (IN(acdk::lang::Object) from, IN(acdk::lang::Object) to) |
virtual RSortedSet | headSet (IN(acdk::lang::Object) to) |
virtual RSortedSet | tailSet (IN(acdk::lang::Object) from) |
virtual RIterator | iterator () |
reimplemented from Collection | |
virtual bool | containsAll (IN(RCollection) coll) |
reimplemented from Collection | |
virtual bool | equals (IN(acdk::lang::Object) other) |
Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance. | |
virtual int | hashCode () |
virtual bool | removeAll (IN(RCollection) coll) |
reimplemented from Collection | |
virtual bool | retainAll (IN(RCollection) coll) |
reimplemented from Collection | |
virtual RObjectArray | toArray () |
reimplemented from Collection | |
virtual RObjectArray | toArray (IN(RObjectArray) array) |
reimplemented from Collection | |
Static Public Member Functions | |
acdk::lang::Object | create_instance () |
Protected Member Functions | |
void | _add (IN(acdk::lang::Object) object) |
Private Attributes | |
RSortedMap | _map |
|
|
|
|
|
|
|
|
|
|
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
Reimplemented from acdk::lang::Cloneable. |
|
Implements acdk::lang::Cloneable. |
|
Implements acdk::util::SortedSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
Reimplemented from acdk::lang::Object. |
|
Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.
Reimplemented from acdk::util::AbstractSet. |
|
Implements acdk::util::SortedSet. |
|
Reimplemented from acdk::util::AbstractSet. |
|
Implements acdk::util::SortedSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
reimplemented from Collection
Implements acdk::util::AbstractSet. |
|
Implements acdk::util::SortedSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
Implements acdk::util::AbstractSet. |
|
Implements acdk::util::SortedSet. |
|
Implements acdk::util::SortedSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
reimplemented from Collection
Reimplemented from acdk::util::AbstractSet. |
|
|