Interface IList (namespace Nette\Collections)
Represents a collection of objects that can be individually accessed by index (ordered collection)
Countable | --ICollection | --IList
| Public Method Summary | |
|---|---|
| void |
indexOf
($item)
|
| void |
insertAt
($index, $item)
|
| Methods Inherited From ICollection |
|---|
| append(), clear(), contains(), isReadOnly(), remove() |
| Method Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 37 indexOfpublic void indexOf ($item)
|
|||||||||
|
line 38 insertAtpublic void insertAt ($index, $item)
|
|||||||||
