Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » decorators » [javadoc | source]
org.apache.commons.collections.primitives.decorators
static class: TestBaseProxyDoubleCollection.InvocationCounter [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.decorators.TestBaseProxyDoubleCollection$InvocationCounter

All Implemented Interfaces:
    DoubleCollection

Direct Known Subclasses:
    InvocationCounter

Method from org.apache.commons.collections.primitives.decorators.TestBaseProxyDoubleCollection$InvocationCounter Summary:
add,   addAll,   clear,   contains,   containsAll,   equals,   getAddAllCount,   getAddCount,   getClearCount,   getContainsAllCount,   getContainsCount,   getEqualsCount,   getHashCodeCount,   getIsEmptyCount,   getIteratorCount,   getRemoveAllCount,   getRemoveElementCount,   getRetainAllCount,   getSizeCount,   getToArrayCount,   getToArrayDoubleArrayCount,   getToStringCount,   hashCode,   isEmpty,   iterator,   removeAll,   removeElement,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.decorators.TestBaseProxyDoubleCollection$InvocationCounter Detail:
 public boolean add(double element) 
 public boolean addAll(DoubleCollection c) 
 public  void clear() 
 public boolean contains(double element) 
 public boolean containsAll(DoubleCollection c) 
 public boolean equals(Object obj) 
 public int getAddAllCount() 
 public int getAddCount() 
 public int getClearCount() 
 public int getContainsAllCount() 
 public int getContainsCount() 
 public int getEqualsCount() 
 public int getHashCodeCount() 
 public int getIsEmptyCount() 
 public int getIteratorCount() 
 public int getRemoveAllCount() 
 public int getRemoveElementCount() 
 public int getRetainAllCount() 
 public int getSizeCount() 
 public int getToArrayCount() 
 public int getToArrayDoubleArrayCount() 
 public int getToStringCount() 
 public int hashCode() 
 public boolean isEmpty() 
 public DoubleIterator iterator() 
 public boolean removeAll(DoubleCollection c) 
 public boolean removeElement(double element) 
 public boolean retainAll(DoubleCollection c) 
 public int size() 
 public double[] toArray() 
 public double[] toArray(double[] a) 
 public String toString()