//
pkg.gl
Category
github.com/kylesliu/Golang-Learn
Design-Patterns-Golang
Behavior
Iterator
package
0.0.0-20190823073817-48c9e09f6365
Repository:
https://github.com/kylesliu/golang-learn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
40 SLOC
#
Functions
IteratorTest
No description provided by the author
#
Structs
ArrayContainer
数组集合.
ArrayIterator
数组迭代器.
#
Interfaces
Container
集合接口.
Iterator
迭代器接口.