类 FastUtilHackUtil.WrappingShortIterator

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.FastUtilHackUtil.WrappingShortIterator
所有已实现的接口:
it.unimi.dsi.fastutil.shorts.ShortIterator, Iterator<Short>, PrimitiveIterator<Short, it.unimi.dsi.fastutil.shorts.ShortConsumer>
封闭类:
FastUtilHackUtil

static class FastUtilHackUtil.WrappingShortIterator extends Object implements it.unimi.dsi.fastutil.shorts.ShortIterator
  • 字段详细资料

  • 构造器详细资料

    • WrappingShortIterator

      public WrappingShortIterator (Iterator<Short> backing)
  • 方法详细资料

    • hasNext

      public boolean hasNext()
      指定者:
      hasNext 在接口中 Iterator<Short>
    • nextShort

      public short nextShort()
      指定者:
      nextShort 在接口中 it.unimi.dsi.fastutil.shorts.ShortIterator
    • next

      public Short next()
      指定者:
      next 在接口中 Iterator<Short>
      指定者:
      next 在接口中 it.unimi.dsi.fastutil.shorts.ShortIterator
    • remove

      public void remove()
      指定者:
      remove 在接口中 Iterator<Short>