multiindex

package
v0.0.0-...-e0ee87b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2021 License: MIT Imports: 0 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexType

type IndexType interface {
	GetSuperIndex() interface{}
	GetFinalIndex() interface{}
}

type IteratorType

type IteratorType interface {
	IsEnd() bool
	HasNext() bool
}

type NodeType

type NodeType interface {
	GetSuperNode() interface{}
	GetFinalNode() interface{}
}

type ReverseIteratorType

type ReverseIteratorType interface {
	IsBegin() bool
	HasPrev() bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL