junitx.ddtunit.resources
Class CollectionImpl
java.lang.Object
junitx.ddtunit.resources.CollectionImpl
- All Implemented Interfaces:
- Iterable, Collection
public class CollectionImpl
- extends Object
- implements Collection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionImpl
public CollectionImpl()
add
public boolean add(Object arg0)
- Specified by:
add in interface Collection
addAll
public boolean addAll(Collection arg0)
- Specified by:
addAll in interface Collection
clear
public void clear()
- Specified by:
clear in interface Collection
contains
public boolean contains(Object arg0)
- Specified by:
contains in interface Collection
containsAll
public boolean containsAll(Collection arg0)
- Specified by:
containsAll in interface Collection
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection
iterator
public Iterator iterator()
- Specified by:
iterator in interface Iterable- Specified by:
iterator in interface Collection
remove
public boolean remove(Object arg0)
- Specified by:
remove in interface Collection
removeAll
public boolean removeAll(Collection arg0)
- Specified by:
removeAll in interface Collection
retainAll
public boolean retainAll(Collection arg0)
- Specified by:
retainAll in interface Collection
size
public int size()
- Specified by:
size in interface Collection
toArray
public Object[] toArray()
- Specified by:
toArray in interface Collection
toArray
public Object[] toArray(Object[] arg0)
- Specified by:
toArray in interface Collection
Copyright © 2004-2011. All Rights Reserved.