org.eidola.util
Class DefaultListMutator
java.lang.Object
|
+--org.eidola.util.DefaultListMutator
- All Implemented Interfaces:
- ListMutator
- public class DefaultListMutator
- extends Object
- implements ListMutator
- Version:
- [Development version]
- Author:
- Paul Cantrell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
list
protected List list
DefaultListMutator
public DefaultListMutator(List list)
insert
public void insert(Object object,
int index)
- Specified by:
insert
in interface ListMutator
remove
public void remove(Object object,
int index)
- Specified by:
remove
in interface ListMutator
move
public void move(Object object,
int index,
int toIndex)
- Specified by:
move
in interface ListMutator