Package com.ibm.wala.util.collections
Class IntMapIterator<T>
- java.lang.Object
-
- com.ibm.wala.util.collections.IntMapIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
public class IntMapIterator<T> extends java.lang.Object implements java.util.Iterator<T>AnIntMapIteratormaps anIteratorcontents to produce a new Iterator
-
-
Constructor Summary
Constructors Constructor Description IntMapIterator(IntIterator i, java.util.function.IntFunction<T> f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()java.lang.StringtoString()
-
-
-
Constructor Detail
-
IntMapIterator
public IntMapIterator(IntIterator i, java.util.function.IntFunction<T> f)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<T>
-
remove
public void remove() throws java.lang.UnsupportedOperationException- Specified by:
removein interfacejava.util.Iterator<T>- Throws:
java.lang.UnsupportedOperationException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-