| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Method and Description |
|---|---|
E |
CyclicArrayList.get(int index)
Returns the element at the specified position in this list,
provided this list is not empty.
|
E |
CyclicList.remove(int index)
Removes the element at the specified position in this list
(optional operation).
|
E |
CollectionsExt.ImmutableCyclicList.remove(int index) |
E |
CyclicArrayList.remove(int index)
Removes the element at the specified position in this list
(optional operation).
|
E |
CyclicArrayList.set(int index,
E element)
Replaces the element at the specified position in this list
with the specified element (optional operation),
provided this list is not empty.
|
int |
CyclicArrayList.shiftIndex(int index)
Returns the number which equals
index
modulo this.size(),
provided this list is not empty. |
int |
CyclicArrayList.shiftIndex(int index,
int size) |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.