Container position type for the IsAt method.
More...
Container position type for the IsAt method.
|
| static final int | END = 4 |
| | After the last container element. More...
|
| |
| static final int | FIRST = 1 |
| | At the first container element. More...
|
| |
| static final int | LAST = 2 |
| | At the last container element. More...
|
| |
| static final int | START = 3 |
| | Before the first container element. More...
|
| |
◆ END
After the last container element.
◆ FIRST
At the first container element.
◆ LAST
At the last container element.
◆ START
Before the first container element.