Documentation ¶
Index ¶
- type ArrayList
- func (l *ArrayList) Add(e gotypes.E) *ArrayList
- func (l *ArrayList) Clear()
- func (l *ArrayList) Count(matchFunc matchFunc) int
- func (l *ArrayList) Filter(matchFuns ...matchFunc) *ArrayList
- func (l *ArrayList) FindAny(matchFuncs ...matchFunc) gotypes.E
- func (l *ArrayList) ForEach(eachFunc eachFunc)
- func (l *ArrayList) Get(index int) gotypes.E
- func (l *ArrayList) Map(mapFunc mapFunc) *ArrayList
- func (l *ArrayList) MatchAll(matchFun matchFunc) bool
- func (l *ArrayList) MatchAny(matchFun matchFunc) bool
- func (l *ArrayList) MatchNone(matchFun matchFunc) bool
- func (l *ArrayList) Reduce(val gotypes.E, reduceFunc reduceFunc) gotypes.E
- func (l *ArrayList) Remove(index int) gotypes.E
- func (l *ArrayList) Size() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayList ¶
type ArrayList struct {
// contains filtered or unexported fields
}
Define ArrayList struct
Click to show internal directories.
Click to hide internal directories.