Inheritance diagram for HashMap::HashIterator:
Public Member Functions | |
this (HashMap map) | |
void | advance () |
bool | hasNext () |
HashEntry | nextElement () |
Public Attributes | |
int | nextSegmentIndex |
int | nextTableIndex |
HashEntry[] | currentTable |
HashEntry | nextEntry |
HashEntry | lastReturned |
HashMap | map |
|
Reimplemented in HashMap::KeyIterator, and HashMap::ValueIterator. Definition at line 990 of file HashMap.d. References advance(), map, nextSegmentIndex, nextTableIndex, and HashMap::segments. |
|
Definition at line 998 of file HashMap.d. References HashMap::Segment::count, currentTable, map, HashMap::HashEntry::next, nextEntry, nextSegmentIndex, nextTableIndex, HashMap::segments, and HashMap::Segment::table. Referenced by nextElement(), and this(). |
|
Definition at line 1027 of file HashMap.d. References nextEntry. Referenced by HashMap::opApply(). |
|
Definition at line 1032 of file HashMap.d. References advance(), Exception, lastReturned, and nextEntry. Referenced by HashMap::opApply(). |
|
|
|
|
|
Definition at line 985 of file HashMap.d. Referenced by advance(). |
|
Definition at line 986 of file HashMap.d. Referenced by advance(), hasNext(), and nextElement(). |
|
Definition at line 987 of file HashMap.d. Referenced by nextElement(). |
|
|