Documentation
¶
Index ¶
- type WordTokenHashTable
- func (obj *WordTokenHashTable) GetDigestAndSerializedData() (string, []byte, error)
- func (obj *WordTokenHashTable) GetWordTokenListAt(index int) *WordTokenList.WordTokenList
- func (obj *WordTokenHashTable) InsertWord(word string) error
- func (obj *WordTokenHashTable) InsertWordToken(wordToken *WordToken.WordToken) error
- func (obj *WordTokenHashTable) Print()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WordTokenHashTable ¶
type WordTokenHashTable struct {
// contains filtered or unexported fields
}
func Deserialize ¶
func Deserialize(input []byte) (*WordTokenHashTable, error)
func New ¶
func New(size uint) *WordTokenHashTable
func (*WordTokenHashTable) GetDigestAndSerializedData ¶
func (obj *WordTokenHashTable) GetDigestAndSerializedData() (string, []byte, error)
func (*WordTokenHashTable) GetWordTokenListAt ¶
func (obj *WordTokenHashTable) GetWordTokenListAt(index int) *WordTokenList.WordTokenList
func (*WordTokenHashTable) InsertWord ¶
func (obj *WordTokenHashTable) InsertWord(word string) error
func (*WordTokenHashTable) InsertWordToken ¶
func (obj *WordTokenHashTable) InsertWordToken(wordToken *WordToken.WordToken) error
func (*WordTokenHashTable) Print ¶
func (obj *WordTokenHashTable) Print()
Click to show internal directories.
Click to hide internal directories.