Package org.openjdk.jmh.util
Class SingletonStatistics.SingletonStatisticsIterator
- java.lang.Object
-
- org.openjdk.jmh.util.SingletonStatistics.SingletonStatisticsIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
- Enclosing class:
- SingletonStatistics
private class SingletonStatistics.SingletonStatisticsIterator 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 boolean
entryReturned
-
Constructor Summary
Constructors Modifier Constructor Description private
SingletonStatisticsIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.util.Map.Entry<java.lang.Double,java.lang.Long>
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in 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:
next
in interfacejava.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<java.util.Map.Entry<java.lang.Double,java.lang.Long>>
-
-