Package org.apache.commons.collections
Class StaticBucketMap.KeyIterator
- java.lang.Object
-
- org.apache.commons.collections.StaticBucketMap.EntryIterator
-
- org.apache.commons.collections.StaticBucketMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- StaticBucketMap
private class StaticBucketMap.KeyIterator extends StaticBucketMap.EntryIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
KeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
next()
-
Methods inherited from class org.apache.commons.collections.StaticBucketMap.EntryIterator
hasNext, nextEntry, remove
-
-
-
-
Method Detail
-
next
public java.lang.Object next()
- Specified by:
next
in interfacejava.util.Iterator
- Overrides:
next
in classStaticBucketMap.EntryIterator
-
-