| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionsExt.ImmutableCyclicList<E>
Represents an immutable cyclic list
by throwing an exception
when invoking a method which modifies this list.
|
class |
CyclicArrayList<E>
Resizable-array implementation of the
CyclicList interface. |
| Modifier and Type | Field and Description |
|---|---|
private CyclicList<E> |
CollectionsExt.ImmutableCyclicList.wrapped |
| Modifier and Type | Method and Description |
|---|---|
CyclicList<E> |
CyclicList.cycle(int num)
Returns a cyclic permutation
p of this cyclic list. |
CyclicList<E> |
CollectionsExt.ImmutableCyclicList.cycle(int num) |
CyclicList<E> |
CyclicList.getCopy(int len)
Returns a
CyclicList
which is by copying this list step by step
such that the length of the result is len. |
CyclicList<E> |
CollectionsExt.ImmutableCyclicList.getCopy(int len) |
CyclicList<E> |
CyclicArrayList.getCopy(int len)
Returns a
CyclicList
which is by copying this list step by step
such that the length of the result is len. |
CyclicList<E> |
CollectionsExt.NonModifyingCyclicIterator.getCyclicList() |
CyclicList<E> |
CyclicArrayList.CyclicArrayIterator.getCyclicList()
Returns the
CyclicList this iterator points to. |
CyclicList<E> |
CyclicIterator.getCyclicList()
Returns the cyclic list to which this iterator points.
|
static <E> CyclicList<E> |
CollectionsExt.getImmutableCyclicList(CyclicList<E> cyc) |
CyclicList<E> |
CyclicList.getInverse()
Returns the inverse of this cyclic list:
the list with inverse order.
|
CyclicList<E> |
CollectionsExt.ImmutableCyclicList.getInverse() |
CyclicList<E> |
CyclicArrayList.getInverse()
Returns the inverse of this cyclic list:
the list with inverse order.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> CyclicList<E> |
CollectionsExt.getImmutableCyclicList(CyclicList<E> cyc) |
| Constructor and Description |
|---|
CyclicArrayList(CyclicList<? extends E> other)
Copy constructor.
|
ImmutableCyclicList(CyclicList<E> wrapped) |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.