Class SortOrder.ParseBuffer

  • Enclosing class:
    SortOrder

    public static class SortOrder.ParseBuffer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int startPosition  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseBuffer​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void next()  
      int peekCharAt()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
      • startPosition

        protected int startPosition
    • Constructor Detail

      • ParseBuffer

        public ParseBuffer​(java.lang.String value)
    • Method Detail

      • peekCharAt

        public int peekCharAt()
      • next

        public void next()