|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--uwcse.collections.SimpleClosedHashMap.SimpleKeyIterator
This is an iterator over the keys of a hashtable.
| Field Summary | |
(package private) int |
bucket
|
| Constructor Summary | |
(package private) |
SimpleClosedHashMap.SimpleKeyIterator()
|
| Method Summary | |
java.lang.Object |
getItem(SimpleClosedHashMap.Entry e)
|
boolean |
hasNext()
Answer true iff there are more items to access. |
java.lang.Object |
next()
Answer the current item AND advance the iterator to the next item. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int bucket
| Constructor Detail |
SimpleClosedHashMap.SimpleKeyIterator()
| Method Detail |
public java.lang.Object getItem(SimpleClosedHashMap.Entry e)
public boolean hasNext()
SimpleIteratorhasNext in interface SimpleIteratorpublic java.lang.Object next()
SimpleIteratornext in interface SimpleIterator
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||