Inheritance diagram for HashtableWOnulls< T >:
Assumes, that stored objects can not be null (complex objects).
Public Member Functions | |
HashtableWOnulls (int capacity, double loadFactor=DEFAULT_LOAD_FACTOR) | |
const T * | get (const String *key) const |
T * | enumerate () const |
Starts internal hashtable enumeration procedure. | |
T * | next () const |
Returns the next value object with current enumeration procedure. |
|
Starts internal hashtable enumeration procedure. Returns first element value in a sequence, or null, if hashtable is empty |
|
Returns the next value object with current enumeration procedure. If hashtable state is changed, and next() call occurs, exception is thrown. If end of hash is reached, exception is thrown. |