Uses of Interface
eu.simuline.util.CyclicList
-
Packages that use CyclicList Package Description eu.simuline.util Utility classes: very inhomogeneous. -
-
Uses of CyclicList in eu.simuline.util
Classes in eu.simuline.util that implement CyclicList Modifier and Type Class Description static classCollectionsExt.ImmutableCyclicList<E>Represents an immutable cyclic list by throwing an exception when invoking a method which modifies this list.classCyclicArrayList<E>Resizable-array implementation of theCyclicListinterface.Fields in eu.simuline.util declared as CyclicList Modifier and Type Field Description private CyclicList<E>CollectionsExt.ImmutableCyclicList. wrappedMethods in eu.simuline.util that return CyclicList Modifier and Type Method Description CyclicList<E>CollectionsExt.ImmutableCyclicList. cycle(int num)CyclicList<E>CyclicList. cycle(int num)Returns a cyclic permutationpof this cyclic list.CyclicList<E>CollectionsExt.ImmutableCyclicList. getCopy(int len)CyclicList<E>CyclicArrayList. getCopy(int len)Returns aCyclicListwhich is by copying this list step by step such that the length of the result islen.CyclicList<E>CyclicList. getCopy(int len)Returns aCyclicListwhich is by copying this list step by step such that the length of the result islen.CyclicList<E>CollectionsExt.NonModifyingCyclicIterator. getCyclicList()CyclicList<E>CyclicArrayList.CyclicArrayIterator. getCyclicList()Returns theCyclicListthis 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>CollectionsExt.ImmutableCyclicList. getInverse()CyclicList<E>CyclicArrayList. getInverse()Returns the inverse of this cyclic list: the list with inverse order.CyclicList<E>CyclicList. getInverse()Returns the inverse of this cyclic list: the list with inverse order.Methods in eu.simuline.util with parameters of type CyclicList Modifier and Type Method Description static <E> CyclicList<E>CollectionsExt. getImmutableCyclicList(CyclicList<E> cyc)Constructors in eu.simuline.util with parameters of type CyclicList Constructor Description CyclicArrayList(CyclicList<? extends E> other)Copy constructor.ImmutableCyclicList(CyclicList<E> wrapped)
-