Class Channel.Item

  • Enclosing class:
    Channel

    static class Channel.Item
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) IntVar b  
      (package private) int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Item​(IntVar b, int v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Item

        public Item​(IntVar b,
                    int v)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object