#include <vhdICollection.h>
Public Member Functions | |
| virtual vhtSize32 | size () const=0 |
| virtual vhtBool | isEmpty () const=0 |
| virtual vhtBool | contains (vhdObjectRef o) const =0 |
| virtual vhdIIteratorRef | iterator ()=0 |
| virtual vhtBool | add (vhdObjectRef o)=0 |
| virtual vhtBool | remove (vhdObjectRef o)=0 |
| virtual vhtBool | containsAll (vhdICollectionRef c) const =0 |
| virtual vhtBool | addAll (vhdICollectionRef c)=0 |
| virtual vhtBool | removeAll (vhdICollectionRef c)=0 |
| virtual vhtBool | retainAll (vhdICollectionRef c)=0 |
| virtual vhtBool | clear ()=0 |
| virtual vhtUInt32 | hashCode () const=0 |
| virtual vhtBool | equals (vhdObjectRef o) const =0 |
| virtual vhtSize32 vhdICollection::size | ( | ) | const [pure virtual] |
| virtual vhtBool vhdICollection::isEmpty | ( | ) | const [pure virtual] |
| virtual vhtBool vhdICollection::contains | ( | vhdObjectRef | o | ) | const [pure virtual] |
| virtual vhdIIteratorRef vhdICollection::iterator | ( | ) | [pure virtual] |
| virtual vhtBool vhdICollection::add | ( | vhdObjectRef | o | ) | [pure virtual] |
| virtual vhtBool vhdICollection::remove | ( | vhdObjectRef | o | ) | [pure virtual] |
| virtual vhtBool vhdICollection::containsAll | ( | vhdICollectionRef | c | ) | const [pure virtual] |
| virtual vhtBool vhdICollection::addAll | ( | vhdICollectionRef | c | ) | [pure virtual] |
| virtual vhtBool vhdICollection::removeAll | ( | vhdICollectionRef | c | ) | [pure virtual] |
| virtual vhtBool vhdICollection::retainAll | ( | vhdICollectionRef | c | ) | [pure virtual] |
| virtual vhtBool vhdICollection::clear | ( | ) | [pure virtual] |
| virtual vhtUInt32 vhdICollection::hashCode | ( | ) | const [pure virtual] |
| virtual vhtBool vhdICollection::equals | ( | vhdObjectRef | o | ) | const [pure virtual] |
1.5.1-p1