类 FastUtilHackUtil.WrappingLongListIterator
java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.WrappingLongListIterator
- 所有已实现的接口:
it.unimi.dsi.fastutil.BidirectionalIterator<Long>
,it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
,it.unimi.dsi.fastutil.longs.LongIterator
,it.unimi.dsi.fastutil.longs.LongListIterator
,it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator<Long>
,it.unimi.dsi.fastutil.objects.ObjectIterator<Long>
,Iterator<Long>
,ListIterator<Long>
,PrimitiveIterator<Long,
,LongConsumer> PrimitiveIterator.OfLong
- 封闭类:
- FastUtilHackUtil
public static class FastUtilHackUtil.WrappingLongListIterator
extends Object
implements it.unimi.dsi.fastutil.longs.LongListIterator
-
嵌套类概要
从接口继承的嵌套类/接口 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.LongBidirectionalIterator
back, skip
从接口继承的方法 it.unimi.dsi.fastutil.longs.LongIterator
forEachRemaining, forEachRemaining
从接口继承的方法 it.unimi.dsi.fastutil.longs.LongListIterator
add, next, previous, set
从接口继承的方法 java.util.PrimitiveIterator.OfLong
forEachRemaining
-
字段详细资料
-
backing
ListIterator<Long> backing
-
-
构造器详细资料
-
WrappingLongListIterator
-
-
方法详细资料
-
previousLong
public long previousLong()- 指定者:
previousLong
在接口中it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
-
nextLong
public long nextLong()- 指定者:
nextLong
在接口中it.unimi.dsi.fastutil.longs.LongIterator
- 指定者:
nextLong
在接口中PrimitiveIterator.OfLong
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- 指定者:
hasPrevious
在接口中it.unimi.dsi.fastutil.BidirectionalIterator<Long>
- 指定者:
hasPrevious
在接口中ListIterator<Long>
-
nextIndex
public int nextIndex()- 指定者:
nextIndex
在接口中ListIterator<Long>
-
previousIndex
public int previousIndex()- 指定者:
previousIndex
在接口中ListIterator<Long>
-
add
public void add(long k) - 指定者:
add
在接口中it.unimi.dsi.fastutil.longs.LongListIterator
-
remove
public void remove() -
set
public void set(long k) - 指定者:
set
在接口中it.unimi.dsi.fastutil.longs.LongListIterator
-