IntDict.Entry

  • java.lang.Object
    • processing.data.IntDict.Entry
  • Enclosing class:
    IntDict


    public class IntDict.Entry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String key 
      int value 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        public java.lang.String key
      • value

        public int value