Uses of Interface
eu.simuline.util.CyclicIterator
-
Packages that use CyclicIterator Package Description eu.simuline.util Utility classes: very inhomogeneous. -
-
Uses of CyclicIterator in eu.simuline.util
Classes in eu.simuline.util that implement CyclicIterator Modifier and Type Class Description static classCollectionsExt.NonModifyingCyclicIterator<E>An interator which prevents modification on the underlying list, by throwing an exception for the modifying methods.static classCyclicArrayList.CyclicArrayIterator<E>An iterator over aCyclicList.Fields in eu.simuline.util declared as CyclicIterator Modifier and Type Field Description private CyclicIterator<E>CollectionsExt.NonModifyingCyclicIterator. wrappedMethods in eu.simuline.util that return CyclicIterator Modifier and Type Method Description CyclicIterator<E>CollectionsExt.ImmutableCyclicList. cyclicIterator(int index)CyclicIterator<E>CyclicArrayList. cyclicIterator(int index)Returns aCyclicIteratorof the elements in this list (in proper sequence), starting at the specified position in this list.CyclicIterator<E>CyclicList. cyclicIterator(int index)Returns aCyclicIteratorof the elements in this list (in proper sequence), starting at the specified position in this list.Methods in eu.simuline.util with parameters of type CyclicIterator Modifier and Type Method Description doubleCollectionsExt.NonModifyingCyclicIterator. dist(CyclicIterator<E> other)doubleCyclicArrayList.CyclicArrayIterator. dist(CyclicIterator<E> other)doubleCyclicIterator. dist(CyclicIterator<E> other)booleanCollectionsExt.NonModifyingCyclicIterator. retEquals(CyclicIterator<?> other)booleanCyclicArrayList.CyclicArrayIterator. retEquals(CyclicIterator<?> other)Returns whether the two cyclic iterators given return the same elements in the same order if methodCyclicArrayList.CyclicArrayIterator.next()is invoked sequentially.booleanCyclicIterator. retEquals(CyclicIterator<?> other)Constructors in eu.simuline.util with parameters of type CyclicIterator Constructor Description NonModifyingCyclicIterator(CyclicIterator<E> wrapped)
-