package
Version:
v0.0.0-...-e0ee87b
Opens a new window with list of versions in this module.
Published: Jul 5, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation
¶
type IndexType interface {
GetSuperIndex() interface{}
GetFinalIndex() interface{}
}
type IteratorType interface {
IsEnd() bool
HasNext() bool
}
type NodeType interface {
GetSuperNode() interface{}
GetFinalNode() interface{}
}
type ReverseIteratorType interface {
IsBegin() bool
HasPrev() bool
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.