| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionsExt.NonModifyingCyclicIterator<E>
An interator which prevents modification on the underlying list,
by throwing an exception for the modifying methods.
|
static class |
CyclicArrayList.CyclicArrayIterator<E>
An iterator over a
CyclicList. |
| Modifier and Type | Field and Description |
|---|---|
private CyclicIterator<E> |
CollectionsExt.NonModifyingCyclicIterator.wrapped |
| Modifier and Type | Method and Description |
|---|---|
CyclicIterator<E> |
CyclicList.cyclicIterator(int index)
Returns a
CyclicIterator
of the elements in this list (in proper sequence),
starting at the specified position in this list. |
CyclicIterator<E> |
CollectionsExt.ImmutableCyclicList.cyclicIterator(int index) |
CyclicIterator<E> |
CyclicArrayList.cyclicIterator(int index)
Returns a
CyclicIterator
of the elements in this list (in proper sequence),
starting at the specified position in this list. |
| Modifier and Type | Method and Description |
|---|---|
double |
CollectionsExt.NonModifyingCyclicIterator.dist(CyclicIterator<E> other) |
double |
CyclicArrayList.CyclicArrayIterator.dist(CyclicIterator<E> other) |
double |
CyclicIterator.dist(CyclicIterator<E> other) |
boolean |
CollectionsExt.NonModifyingCyclicIterator.retEquals(CyclicIterator<?> other) |
boolean |
CyclicArrayList.CyclicArrayIterator.retEquals(CyclicIterator<?> other)
Returns whether the two cyclic iterators given
return the same elements in the same order
if method
CyclicArrayList.CyclicArrayIterator.next() is invoked sequentially. |
boolean |
CyclicIterator.retEquals(CyclicIterator<?> other) |
| Constructor and Description |
|---|
NonModifyingCyclicIterator(CyclicIterator<E> wrapped) |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.