junitx.ddtunit.resources
Class CollectionImpl

java.lang.Object
  extended by junitx.ddtunit.resources.CollectionImpl
All Implemented Interfaces:
Iterable, Collection

public class CollectionImpl
extends Object
implements Collection


Constructor Summary
CollectionImpl()
           
 
Method Summary
 boolean add(Object arg0)
           
 boolean addAll(Collection arg0)
           
 void clear()
           
 boolean contains(Object arg0)
           
 boolean containsAll(Collection arg0)
           
 boolean isEmpty()
           
 Iterator iterator()
           
 boolean remove(Object arg0)
           
 boolean removeAll(Collection arg0)
           
 boolean retainAll(Collection arg0)
           
 int size()
           
 Object[] toArray()
           
 Object[] toArray(Object[] arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

CollectionImpl

public CollectionImpl()
Method Detail

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.