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