Class Name2Count


  • public class Name2Count
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Name2Count()  
      Name2Count​(java.lang.String n, int c)  
    • Method Summary

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

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

      • Name2Count

        public Name2Count()
      • Name2Count

        public Name2Count​(java.lang.String n,
                          int c)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getCount

        public int getCount()