org.apache.slide.util
Class HashMapKeyIterator

java.lang.Object
  |
  +--org.apache.slide.util.HashMapEntryIterator
        |
        +--org.apache.slide.util.HashMapKeyIterator
All Implemented Interfaces:
Iterator

class HashMapKeyIterator
extends HashMapEntryIterator


Fields inherited from class org.apache.slide.util.HashMapEntryIterator
table
 
Constructor Summary
(package private) HashMapKeyIterator(HashMap.Bucket[] table)
           
 
Method Summary
 java.lang.Object next()
           
 
Methods inherited from class org.apache.slide.util.HashMapEntryIterator
hasNext, remove
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapKeyIterator

HashMapKeyIterator(HashMap.Bucket[] table)
Method Detail

next

public java.lang.Object next()
Overrides:
next in class HashMapEntryIterator