Interface MoveableList<E>
- 
- All Superinterfaces:
- java.util.Collection<E>,- java.lang.Iterable<E>,- java.util.List<E>
 - All Known Implementing Classes:
- MoveableArrayList
 
 public interface MoveableList<E> extends java.util.List<E>- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Emove(int targetIndex, int sourceIndex)- 
Methods inherited from interface java.util.Listadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
 
- 
 
- 
- 
- 
Method Detail- 
moveE move(int targetIndex, int sourceIndex) 
 
- 
 
-