removed ByteSize, etc.

This commit is contained in:
Jae Kwon
2014-06-05 02:33:50 -07:00
parent 576d8815fe
commit 2c97c84c6e
8 changed files with 148 additions and 104 deletions

View File

@ -11,6 +11,7 @@ type Value interface {
type Key interface {
Binary
Equals(Binary) bool
Less(b Binary) bool
}