uwcse.collections
Class SimpleListMap.SimpleValueIterator

java.lang.Object
  |
  +--uwcse.collections.SimpleListMap.SimpleKeyIterator
        |
        +--uwcse.collections.SimpleListMap.SimpleValueIterator
All Implemented Interfaces:
SimpleIterator
Enclosing class:
SimpleListMap

class SimpleListMap.SimpleValueIterator
extends SimpleListMap.SimpleKeyIterator

Just overrides the getItem method to return the value from a given entry, rather than the key.


Fields inherited from class uwcse.collections.SimpleListMap.SimpleKeyIterator
iter
 
Constructor Summary
(package private) SimpleListMap.SimpleValueIterator()
           
 
Method Summary
 java.lang.Object getItem(SimpleListMap.Entry e)
           
 
Methods inherited from class uwcse.collections.SimpleListMap.SimpleKeyIterator
hasNext, next
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleListMap.SimpleValueIterator

SimpleListMap.SimpleValueIterator()
Method Detail

getItem

public java.lang.Object getItem(SimpleListMap.Entry e)
Overrides:
getItem in class SimpleListMap.SimpleKeyIterator