append(Type item) | HashArray< Type, HashFn, EqualFn > | [inline] |
append(Type item, const int &max) | HashArray< Type, HashFn, EqualFn > | [inline] |
append(const HashArray< Type, HashFn, EqualFn > &newItems) | HashArray< Type, HashFn, EqualFn > | [inline] |
append(const HashArray< Type, HashFn, EqualFn > *const &items) | HashArray< Type, HashFn, EqualFn > | [inline] |
clear() | HashArray< Type, HashFn, EqualFn > | [inline] |
clearAndCompress() | HashArray< Type, HashFn, EqualFn > | [inline] |
compress() | HashArray< Type, HashFn, EqualFn > | [inline] |
contains(Type const &item) const | HashArray< Type, HashFn, EqualFn > | [inline] |
copyFrom(const HashArray< Type, HashFn, EqualFn > &items) | HashArray< Type, HashFn, EqualFn > | [inline] |
deleteItemsAndClear() | HashArray< Type, HashFn, EqualFn > | [inline] |
deleteItemsAndClearCompress() | HashArray< Type, HashFn, EqualFn > | [inline] |
empty() const | HashArray< Type, HashFn, EqualFn > | [inline] |
find(Type const &item) const | HashArray< Type, HashFn, EqualFn > | [inline] |
getItems() const | HashArray< Type, HashFn, EqualFn > | [inline] |
getMaxIndex() | HashArray< Type, HashFn, EqualFn > | [inline] |
getMaxValue() | HashArray< Type, HashFn, EqualFn > | [inline] |
growToSize(const int &newSize) | HashArray< Type, HashFn, EqualFn > | [inline] |
growToSize(const int &newSize, Type fill) | HashArray< Type, HashFn, EqualFn > | [inline] |
HashArray(const int &initSize=0) | HashArray< Type, HashFn, EqualFn > | [inline] |
HashArray(const HashArray< Type, HashFn, EqualFn > &x) | HashArray< Type, HashFn, EqualFn > | [inline] |
lastItem() const | HashArray< Type, HashFn, EqualFn > | [inline] |
operator[](const int &index) const | HashArray< Type, HashFn, EqualFn > | [inline] |
removeItem(const int &index) | HashArray< Type, HashFn, EqualFn > | [inline] |
removeItem(Type &item) | HashArray< Type, HashFn, EqualFn > | [inline] |
removeItemFastDisorder(const int &index) | HashArray< Type, HashFn, EqualFn > | [inline] |
removeItemFastDisorder(Type &item) | HashArray< Type, HashFn, EqualFn > | [inline] |
removeLastItem() | HashArray< Type, HashFn, EqualFn > | [inline] |
shuffle() | HashArray< Type, HashFn, EqualFn > | [inline] |
size() const | HashArray< Type, HashFn, EqualFn > | [inline] |
~HashArray() | HashArray< Type, HashFn, EqualFn > | [inline] |