程序包 org.coodex.count

接口 Counter<T extends Countable>

所有已知子接口:
SegmentedCounter<T>
所有已知实现类:
CounterChain

public interface Counter<T extends Countable>
Created by davidoff shen on 2017-04-18.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    count(T value)
     
  • 方法详细资料

    • count

      void count(T value)