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