Package com.ibm.wala.util.collections
Class IntMapIterator<T>
- java.lang.Object
-
- com.ibm.wala.util.collections.IntMapIterator<T>
-
-
Constructor Summary
Constructors Constructor Description IntMapIterator(IntIterator i, IntFunction<T> f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
IntMapIterator
public IntMapIterator(IntIterator i, IntFunction<T> f)
-
-
Method Detail
-
remove
public void remove() throws UnsupportedOperationException
- Specified by:
remove
in interfaceIterator<T>
- Throws:
UnsupportedOperationException
-
-