Documentation
¶
Overview ¶
Package itertor Time : 2022/8/17 09:44 Author : xushiyin contact : yuqingxushiyin@gmail.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection interface {
// contains filtered or unexported methods
}
type UserCollection ¶
type UserCollection struct {
Users []*User
}
func (*UserCollection) CreateIterator ¶
func (uc *UserCollection) CreateIterator() Iterator
type UserIterator ¶
func (*UserIterator) GetNext ¶
func (u *UserIterator) GetNext() *User
func (*UserIterator) HasNext ¶
func (u *UserIterator) HasNext() bool
Click to show internal directories.
Click to hide internal directories.