| add(Object *obj) | Core::ByteArray | [virtual] |
| addAll(Collection *) | Core::Collection | [virtual] |
| any(void) | Core::SequenceableCollection | [virtual] |
| asArray(void) | Core::SequenceableCollection | [virtual] |
| asByteArray(void) | Core::ByteArray | [virtual] |
| asCString(void) | Core::ByteArray | [virtual] |
| asInteger(void) | Core::ByteArray | [virtual] |
| asNumberWithRadix(int radix) | Core::ByteArray | [virtual] |
| asOrderedCollection(void) | Core::Collection | [virtual] |
| asSet(void) | Core::Collection | [virtual] |
| asString(void) | Core::ByteArray | [virtual] |
| asStringWithEncoding(String *encoding) | Core::ByteArray | [virtual] |
| asStringWithEncoding(const char *encoding) | Core::ByteArray | [virtual] |
| at(int index) const | Core::ByteArray | [virtual] |
| ByteArray(int size=0) | Core::ByteArray | |
| ByteArray(const ByteArray &origin) | Core::ByteArray | |
| ByteArray(const char *buffer, int size) | Core::ByteArray | |
| bytes | Core::ByteArray | [protected] |
| capacity(void) const | Core::Collection | [virtual] |
| changeSize(long newSize) | Core::ByteArray | [virtual] |
| checkObject(Object *obj, const char *sel) | Core::ByteArray | [private, virtual] |
| className(void) const | Core::ByteArray | [inline, virtual] |
| CollectionIterator::next(void) | Core::Collection | [friend] |
| copy(void) | Core::ByteArray | [virtual] |
| copy(long from, long to) | Core::ByteArray | [inline, virtual] |
| copyEmpty(long int size) | Core::ByteArray | [virtual] |
| Core::SequenceableCollection::copyEmpty(long size) abstract | Core::Collection | [virtual] |
| copyReplace(long from, long to, SequenceableCollection *replacement) | Core::SequenceableCollection | [virtual] |
| emptyCheck(void) | Core::Collection | [protected, virtual] |
| endsWith(SequenceableCollection *coll) const | Core::SequenceableCollection | [virtual] |
| error(String *message, String *selector=nil, Object *parameter=nil) | Core::Object | [virtual] |
| first(void) | Core::SequenceableCollection | [virtual] |
| fromStringEncoding(const String *string, String *encoding) | Core::ByteArray | [static] |
| grow(void) | Core::SequenceableCollection | [virtual] |
| growSize(void) | Core::Collection | [protected, virtual] |
| growToAtLeast(long items) | Core::SequenceableCollection | [virtual] |
| hash(void) const | Core::ByteArray | [virtual] |
| includes(Object *) | Core::Collection | [virtual] |
| includesSubcollection(SequenceableCollection *coll) const | Core::SequenceableCollection | [virtual] |
| indexOf(Object *element) const | Core::SequenceableCollection | [virtual] |
| indexOfSubCollection(SequenceableCollection *coll) const | Core::SequenceableCollection | [virtual] |
| indexOfSubCollection(SequenceableCollection *coll, long startIndex) const | Core::SequenceableCollection | [virtual] |
| isAssociation(void) const | Core::Object | [virtual] |
| isBoolean(void) const | Core::Object | [virtual] |
| isByteArray(void) | Core::ByteArray | [virtual] |
| isCharacter(void) const | Core::Object | [virtual] |
| isEmpty(void) | Core::Collection | [virtual] |
| isEqual(const Object *object) const | Core::ByteArray | [virtual] |
| isEqual(const Object &object) const | Core::ByteArray | [inline, virtual] |
| isEqual(const char *array, int size) const | Core::ByteArray | [virtual] |
| isEqualToByteArray(const Object *array) const | Core::ByteArray | [virtual] |
| isIdentical(const Object *object) const | Core::Object | [virtual] |
| isIdentical(const Object &object) const | Core::Object | [virtual] |
| isInstanceOf(String *className) | Core::Object | [virtual] |
| isInstanceOf(const char *className) | Core::Object | [virtual] |
| isNumber(void) const | Core::Object | [virtual] |
| isSequenceable(void) const | Core::SequenceableCollection | [virtual] |
| isString(void) const | Core::Object | [virtual] |
| iterator(void) const | Core::Collection | [virtual] |
| last(void) | Core::SequenceableCollection | [virtual] |
| lastIndexOf(Object *element) const | Core::SequenceableCollection | [virtual] |
| nextIndexOf(Object *element, long startIndex, long stopIndex) const | Core::SequenceableCollection | [virtual] |
| Object(void) | Core::Object | |
| oid | Core::Object | [protected] |
| operator+(SequenceableCollection &collection) | Core::SequenceableCollection | [virtual] |
| operator==(const Object &object) const | Core::Object | [virtual] |
| prevIndexOf(Object *element, long startIndex, long stopIndex) const | Core::SequenceableCollection | [virtual] |
| printOn(Stream *stream) const | Core::Collection | [virtual] |
| printSeparatedBy(String *separator) const | Core::Collection | [virtual] |
| printSeparatedBy(const char *separator) const | Core::Collection | [virtual] |
| printSeparatedOn(Stream *stream, String *separator) const | Core::Collection | [virtual] |
| printSeparatedOn(Stream *stream, const char *separator) const | Core::Collection | [virtual] |
| printString(void) const | Core::Object | [virtual] |
| privNextForIterator(CollectionIterator *iter) const | Core::SequenceableCollection | [protected, virtual] |
| put(int index, Object *obj) | Core::ByteArray | [virtual] |
| rawBytes(void) const | Core::ByteArray | [virtual] |
| rawBytesReadOnly(void) const | Core::ByteArray | [virtual] |
| readAppendStream(void) | Core::SequenceableCollection | [virtual] |
| readStream(void) | Core::SequenceableCollection | [virtual] |
| remove(Object *) | Core::SequenceableCollection | [virtual] |
| removeAll(Collection *items) | Core::Collection | [virtual] |
| replace(long start, long stop, const SequenceableCollection *collection) | Core::ByteArray | [inline, virtual] |
| replace(long start, long stop, unsigned char *collection) | Core::ByteArray | [virtual] |
| replace(long start, long stop, const SequenceableCollection *collection, long startIndex) | Core::ByteArray | [inline, virtual] |
| replace(long start, long stop, unsigned char *collection, long startIndex) | Core::ByteArray | [virtual] |
| replaceAll(Object *element, Object *replacement) | Core::SequenceableCollection | [virtual] |
| replaceAll(Object *element, Object *replacement, long startIndex, long stopIndex) | Core::SequenceableCollection | [virtual] |
| shouldNotImplement(String *selector) | Core::Object | [virtual] |
| shouldNotImplement(const char *selector) | Core::Object | [virtual] |
| size() const | Core::ByteArray | [inline, virtual] |
| startsWith(SequenceableCollection *coll) const | Core::SequenceableCollection | [virtual] |
| tally | Core::ByteArray | [protected] |
| visitBy(Visitor *visitor) | Core::Collection | [virtual] |
| withEncoding(String *encoding) | Core::ByteArray | [virtual] |
| withEncoding(const char *encoding) | Core::ByteArray | [virtual] |
| writeStream(void) | Core::SequenceableCollection | [virtual] |
| ~ByteArray(void) | Core::ByteArray | |
| ~Object(void) | Core::Object | [virtual] |