org.eclipse.net4j.util.collection
Interface MoveableList<E>

All Superinterfaces:
Collection<E>, Iterable<E>, List<E>
All Known Implementing Classes:
MoveableArrayList

public interface MoveableList<E>
extends List<E>


Method Summary
 E move(int targetIndex, int sourceIndex)
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

move

E move(int targetIndex,
       int sourceIndex)


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.