Uses of Class
eu.simuline.util.EmptyCyclicListException
-
Packages that use EmptyCyclicListException Package Description eu.simuline.util Utility classes: very inhomogeneous. -
-
Uses of EmptyCyclicListException in eu.simuline.util
Methods in eu.simuline.util that throw EmptyCyclicListException Modifier and Type Method Description ECyclicArrayList. get(int index)Returns the element at the specified position in this list, provided this list is not empty.ECollectionsExt.ImmutableCyclicList. remove(int index)ECyclicArrayList. remove(int index)Removes the element at the specified position in this list (optional operation).ECyclicList. remove(int index)Removes the element at the specified position in this list (optional operation).ECyclicArrayList. set(int index, E element)Replaces the element at the specified position in this list with the specified element (optional operation), provided this list is not empty.intCyclicArrayList. shiftIndex(int index)Returns the number which equalsindexmodulothis.size(), provided this list is not empty.intCyclicArrayList. shiftIndex(int index, int size)
-