类 FastUtilHackUtil.WrappingLongIterator
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.WrappingLongIterator
- 所有已实现的接口:
it.unimi.dsi.fastutil.longs.LongIterator
,Iterator<Long>
,PrimitiveIterator<Long,
,LongConsumer> PrimitiveIterator.OfLong
- 封闭类:
- FastUtilHackUtil
static class FastUtilHackUtil.WrappingLongIterator
extends Object
implements it.unimi.dsi.fastutil.longs.LongIterator
-
嵌套类概要
从接口继承的嵌套类/接口 java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
-
字段概要
-
构造器概要
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 it.unimi.dsi.fastutil.longs.LongIterator
forEachRemaining, forEachRemaining, skip
从接口继承的方法 java.util.PrimitiveIterator.OfLong
forEachRemaining
-
字段详细资料
-
backing
-
-
构造器详细资料
-
WrappingLongIterator
-
-
方法详细资料
-
hasNext
public boolean hasNext() -
nextLong
public long nextLong()- 指定者:
nextLong
在接口中it.unimi.dsi.fastutil.longs.LongIterator
- 指定者:
nextLong
在接口中PrimitiveIterator.OfLong
-
next
- 指定者:
next
在接口中Iterator<Long>
- 指定者:
next
在接口中it.unimi.dsi.fastutil.longs.LongIterator
- 指定者:
next
在接口中PrimitiveIterator.OfLong
-
remove
public void remove()
-