Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2022 Changes in this version + type IndexType interface + GetFinalIndex func() interface{} + GetSuperIndex func() interface{} + type IteratorType interface + HasNext func() bool + IsEnd func() bool + type NodeType interface + GetFinalNode func() interface{} + GetSuperNode func() interface{} + type ReverseIteratorType interface + HasPrev func() bool + IsBegin func() bool