Class CharUtil.CharIterator

  • Enclosing class:
    CharUtil

    public static final class CharUtil.CharIterator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CharIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      boolean hasPrev()  
      void init​(java.lang.Object src, int off, int cch)  
      void init​(java.lang.Object src, int off, int cch, int startPos)  
      void movePos​(int newPos)  
      char next()  
      char prev()  
      void release()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharIterator

        public CharIterator()
    • Method Detail

      • init

        public void init​(java.lang.Object src,
                         int off,
                         int cch)
      • init

        public void init​(java.lang.Object src,
                         int off,
                         int cch,
                         int startPos)
      • release

        public void release()
      • hasNext

        public boolean hasNext()
      • hasPrev

        public boolean hasPrev()
      • next

        public char next()
      • prev

        public char prev()
      • movePos

        public void movePos​(int newPos)