Interface Counter


public interface Counter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
    get()
     
    long
     
  • Field Details

    • logger

      static final org.slf4j.Logger logger
  • Method Details

    • get

      long get()
    • incrementAndGet

      long incrementAndGet()
    • decrementAndGet

      long decrementAndGet()