Class RtfSink.Counter

  • Enclosing class:
    RtfSink

    static class RtfSink.Counter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Counter​(int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int get()  
      (package private) void increment()  
      (package private) void increment​(int value)  
      (package private) void set​(int value)  
      • Methods inherited from class java.lang.Object

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

      • value

        private int value
    • Constructor Detail

      • Counter

        Counter​(int value)
    • Method Detail

      • set

        void set​(int value)
      • get

        int get()
      • increment

        void increment()
      • increment

        void increment​(int value)