Package jodd.net

Class HtmlDecoder.Ptr

  • Enclosing class:
    HtmlDecoder

    private static final class HtmlDecoder.Ptr
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      char c  
      int offset  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Ptr()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        public int offset
      • c

        public char c
    • Constructor Detail

      • Ptr

        private Ptr()