Class Counter


  • class Counter
    extends java.lang.Object
    Stores an integer count, for use as a Map entry.
    Version:
    1.7
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count
      The value of the count
    • Constructor Summary

      Constructors 
      Constructor Description
      Counter()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        int count
        The value of the count
    • Constructor Detail

      • Counter

        Counter()