程序包com.github.myibu.algorithm.endode的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.github.myibu.algorithm.endode.GolombEncoder (implements com.github.myibu.algorithm.endode.Encoder)
    • com.github.myibu.algorithm.endode.HoffmanEncoder (implements com.github.myibu.algorithm.endode.Encoder)

接口分层结构

  • com.github.myibu.algorithm.endode.Encoder