org.inb.biomoby.shared.message
Class MobyCollection<MobySimple>
java.lang.Object
org.inb.biomoby.shared.message.AbstractMobyElement
org.inb.biomoby.shared.message.MobyDataElement
org.inb.biomoby.shared.message.MobyCollection<MobySimple>
- All Implemented Interfaces:
- Serializable, Iterable<MobySimple>, Collection<MobySimple>, List<MobySimple>
public class MobyCollection<MobySimple>
- extends MobyDataElement
- implements List<MobySimple>, Serializable
- Author:
- Dmitry Repchevsky
- See Also:
- Serialized Form
MobyCollection
public MobyCollection()
size
public int size()
- Specified by:
size
in interface Collection<MobySimple>
- Specified by:
size
in interface List<MobySimple>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection<MobySimple>
- Specified by:
isEmpty
in interface List<MobySimple>
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Collection<MobySimple>
- Specified by:
contains
in interface List<MobySimple>
iterator
public Iterator<MobySimple> iterator()
- Specified by:
iterator
in interface Iterable<MobySimple>
- Specified by:
iterator
in interface Collection<MobySimple>
- Specified by:
iterator
in interface List<MobySimple>
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Collection<MobySimple>
- Specified by:
toArray
in interface List<MobySimple>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray
in interface Collection<MobySimple>
- Specified by:
toArray
in interface List<MobySimple>
add
public boolean add(MobySimple mobySimple)
- Specified by:
add
in interface Collection<MobySimple>
- Specified by:
add
in interface List<MobySimple>
remove
public boolean remove(Object o)
- Specified by:
remove
in interface Collection<MobySimple>
- Specified by:
remove
in interface List<MobySimple>
containsAll
public boolean containsAll(Collection<?> c)
- Specified by:
containsAll
in interface Collection<MobySimple>
- Specified by:
containsAll
in interface List<MobySimple>
addAll
public boolean addAll(Collection<? extends MobySimple> c)
- Specified by:
addAll
in interface Collection<MobySimple>
- Specified by:
addAll
in interface List<MobySimple>
addAll
public boolean addAll(int index,
Collection<? extends MobySimple> c)
- Specified by:
addAll
in interface List<MobySimple>
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAll
in interface Collection<MobySimple>
- Specified by:
removeAll
in interface List<MobySimple>
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAll
in interface Collection<MobySimple>
- Specified by:
retainAll
in interface List<MobySimple>
clear
public void clear()
- Specified by:
clear
in interface Collection<MobySimple>
- Specified by:
clear
in interface List<MobySimple>
get
public MobySimple get(int index)
- Specified by:
get
in interface List<MobySimple>
set
public MobySimple set(int index,
MobySimple mobySimple)
- Specified by:
set
in interface List<MobySimple>
add
public void add(int index,
MobySimple mobySimple)
- Specified by:
add
in interface List<MobySimple>
remove
public MobySimple remove(int index)
- Specified by:
remove
in interface List<MobySimple>
indexOf
public int indexOf(Object o)
- Specified by:
indexOf
in interface List<MobySimple>
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf
in interface List<MobySimple>
listIterator
public ListIterator<MobySimple> listIterator()
- Specified by:
listIterator
in interface List<MobySimple>
listIterator
public ListIterator<MobySimple> listIterator(int index)
- Specified by:
listIterator
in interface List<MobySimple>
subList
public List<MobySimple> subList(int fromIndex,
int toIndex)
- Specified by:
subList
in interface List<MobySimple>
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010