Documentation
¶
Index ¶
- func Empty(lst *list.List) bool
- func NotEmpty(lst *list.List) bool
- type Arraylist
- func (lst *Arraylist) Add(element ...any)
- func (lst *Arraylist) Contains(element any) (bool, int)
- func (lst *Arraylist) Empty() bool
- func (lst *Arraylist) Get(index int) any
- func (lst *Arraylist) IndexOf(element any) int
- func (lst *Arraylist) Remove(element any) bool
- func (lst *Arraylist) RemoveAtIndex(index int) any
- func (lst *Arraylist) Size() int
- type Listx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arraylist ¶
type Arraylist struct {
// contains filtered or unexported fields
}
Arraylist array lst
func (*Arraylist) RemoveAtIndex ¶
RemoveAtIndex from array list at index
Click to show internal directories.
Click to hide internal directories.