Package org.apache.commons.collections
Class StaticBucketMap.ValueIterator
- java.lang.Object
-
- org.apache.commons.collections.StaticBucketMap.EntryIterator
-
- org.apache.commons.collections.StaticBucketMap.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- StaticBucketMap
private class StaticBucketMap.ValueIterator extends StaticBucketMap.EntryIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValueIterator()
-
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
-
-