类分层结构
- 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