Class Counter

java.lang.Object
org.snpeff.stats.Counter

public class Counter extends Object
A simple class that counts... Note: This is probably the best piece of software I'll ever write! :-P
Author:
pcingola
  • Field Details

    • count

      public long count
  • Constructor Details

    • Counter

      public Counter()
  • Method Details

    • add

      public long add(long add)
    • dec

      public long dec()
    • get

      public long get()
    • getCount

      public long getCount()
    • inc

      public long inc()
    • reset

      public void reset()
    • set

      public void set(long newCount)
    • sub

      public long sub(long sub)
    • toString

      public String toString()
      Overrides:
      toString in class Object