org.jboss.cdi.tck.tests.definition.bean.types
Class Flock
java.lang.Object
org.jboss.cdi.tck.tests.definition.bean.types.Flock
- All Implemented Interfaces:
- Iterable<Vulture<Integer>>, Collection<Vulture<Integer>>, List<Vulture<Integer>>
public class Flock
- extends Object
- implements List<Vulture<Integer>>
|
Constructor Summary |
Flock()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flock
public Flock()
size
public int size()
- Specified by:
size in interface Collection<Vulture<Integer>>- Specified by:
size in interface List<Vulture<Integer>>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<Vulture<Integer>>- Specified by:
isEmpty in interface List<Vulture<Integer>>
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection<Vulture<Integer>>- Specified by:
contains in interface List<Vulture<Integer>>
iterator
public Iterator<Vulture<Integer>> iterator()
- Specified by:
iterator in interface Iterable<Vulture<Integer>>- Specified by:
iterator in interface Collection<Vulture<Integer>>- Specified by:
iterator in interface List<Vulture<Integer>>
toArray
public Object[] toArray()
- Specified by:
toArray in interface Collection<Vulture<Integer>>- Specified by:
toArray in interface List<Vulture<Integer>>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray in interface Collection<Vulture<Integer>>- Specified by:
toArray in interface List<Vulture<Integer>>
add
public boolean add(Vulture<Integer> e)
- Specified by:
add in interface Collection<Vulture<Integer>>- Specified by:
add in interface List<Vulture<Integer>>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<Vulture<Integer>>- Specified by:
remove in interface List<Vulture<Integer>>
containsAll
public boolean containsAll(Collection<?> c)
- Specified by:
containsAll in interface Collection<Vulture<Integer>>- Specified by:
containsAll in interface List<Vulture<Integer>>
addAll
public boolean addAll(Collection<? extends Vulture<Integer>> c)
- Specified by:
addAll in interface Collection<Vulture<Integer>>- Specified by:
addAll in interface List<Vulture<Integer>>
addAll
public boolean addAll(int index,
Collection<? extends Vulture<Integer>> c)
- Specified by:
addAll in interface List<Vulture<Integer>>
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAll in interface Collection<Vulture<Integer>>- Specified by:
removeAll in interface List<Vulture<Integer>>
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAll in interface Collection<Vulture<Integer>>- Specified by:
retainAll in interface List<Vulture<Integer>>
clear
public void clear()
- Specified by:
clear in interface Collection<Vulture<Integer>>- Specified by:
clear in interface List<Vulture<Integer>>
get
public Vulture<Integer> get(int index)
- Specified by:
get in interface List<Vulture<Integer>>
set
public Vulture<Integer> set(int index,
Vulture<Integer> element)
- Specified by:
set in interface List<Vulture<Integer>>
add
public void add(int index,
Vulture<Integer> element)
- Specified by:
add in interface List<Vulture<Integer>>
remove
public Vulture<Integer> remove(int index)
- Specified by:
remove in interface List<Vulture<Integer>>
indexOf
public int indexOf(Object o)
- Specified by:
indexOf in interface List<Vulture<Integer>>
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf in interface List<Vulture<Integer>>
listIterator
public ListIterator<Vulture<Integer>> listIterator()
- Specified by:
listIterator in interface List<Vulture<Integer>>
listIterator
public ListIterator<Vulture<Integer>> listIterator(int index)
- Specified by:
listIterator in interface List<Vulture<Integer>>
subList
public List<Vulture<Integer>> subList(int fromIndex,
int toIndex)
- Specified by:
subList in interface List<Vulture<Integer>>
Copyright © 2008-2013 Seam Framework. All Rights Reserved.