类 FastUtilHackUtil.SlimWrappingLongListIterator

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.SlimWrappingLongListIterator
所有已实现的接口:
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.SlimWrappingLongListIterator extends Object implements it.unimi.dsi.fastutil.longs.LongListIterator
  • 字段详细资料

  • 构造器详细资料

    • SlimWrappingLongListIterator

      public SlimWrappingLongListIterator (Iterator<Long> backing)
  • 方法详细资料

    • 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()
      指定者:
      hasNext 在接口中 Iterator<Long>
      指定者:
      hasNext 在接口中 ListIterator<Long>
    • 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()
      指定者:
      remove 在接口中 Iterator<Long>
      指定者:
      remove 在接口中 ListIterator<Long>
      指定者:
      remove 在接口中 it.unimi.dsi.fastutil.longs.LongListIterator
    • set

      public void set (long k)
      指定者:
      set 在接口中 it.unimi.dsi.fastutil.longs.LongListIterator