接口 PeekableCharRankIterator

所有超级接口:
CharIterator, Cloneable, PeekableCharIterator

public interface PeekableCharRankIterator extends PeekableCharIterator
PeekableCharIterator that calculates the next value rank during iteration
  • 方法详细资料

    • peekNextRank

      int peekNextRank()
      peek in-container rank of the next value Uses integer because internal representation of rank is int and in-container rank lies in range 1-65536
      返回:
      rank of the next value
    • clone

      从接口复制的说明: PeekableCharIterator
      Creates a copy of the iterator.
      指定者:
      clone 在接口中 CharIterator
      指定者:
      clone 在接口中 PeekableCharIterator
      返回:
      a clone of the current iterator