Package org.openjdk.jmh.util
Class ListStatistics.ListStatisticsIterator
- java.lang.Object
-
- org.openjdk.jmh.util.ListStatistics.ListStatisticsIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
- Enclosing class:
- ListStatistics
private class ListStatistics.ListStatisticsIterator extends java.lang.Object implements java.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
-
-
Field Summary
Fields Modifier and Type Field Description private intcurrentIndex
-
Constructor Summary
Constructors Modifier Constructor Description privateListStatisticsIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.util.Map.Entry<java.lang.Double,java.lang.Long>next()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
-
next
public java.util.Map.Entry<java.lang.Double,java.lang.Long> next()
- Specified by:
nextin interfacejava.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
-
-