| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Field and Description |
|---|---|
private CyclicArrayList<E> |
CyclicArrayList.CyclicArrayIterator.cal |
| Modifier and Type | Method and Description |
|---|---|
CyclicArrayList<E> |
CyclicArrayList.clone()
Returns a clone of this
CyclicArrayList. |
CyclicArrayList<E> |
CyclicArrayList.cycle(int index)
Returns a cyclic permutation
p of this cyclic list. |
| Constructor and Description |
|---|
CyclicArrayIterator(CyclicArrayList<E> cal,
CyclicArrayList.CyclicArrayIterator<E> iter)
Creates a fresh
CyclicPtIterator
with the same list and the same pointer
as the CyclicPtIterator given. |
CyclicArrayIterator(CyclicArrayList<E> cal,
int index)
Creates a new
CyclicIterator
for the given list,
pointing to the element with the position given. |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.