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: TestBaseProxyDoubleList.InvocationCounter [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.decorators.TestBaseProxyDoubleCollection$InvocationCounter
      org.apache.commons.collections.primitives.decorators.TestBaseProxyDoubleList$InvocationCounter

All Implemented Interfaces:
    DoubleList, DoubleCollection

Method from org.apache.commons.collections.primitives.decorators.TestBaseProxyDoubleList$InvocationCounter Summary:
add,   addAll,   get,   getAddAllCount,   getAddCount,   getGetCount,   getIndexOfCount,   getLastIndexOfCount,   getListIteratorCount,   getListIteratorFromCount,   getRemoveElementAtCount,   getSetCount,   getSubListCount,   indexOf,   lastIndexOf,   listIterator,   listIterator,   removeElementAt,   set,   subList
Methods from org.apache.commons.collections.primitives.decorators.TestBaseProxyDoubleCollection$InvocationCounter:
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.TestBaseProxyDoubleList$InvocationCounter Detail:
 public  void add(int index,
    double element) 
 public boolean addAll(int index,
    DoubleCollection collection) 
 public double get(int index) 
 public int getAddAllCount() 
 public int getAddCount() 
 public int getGetCount() 
 public int getIndexOfCount() 
 public int getLastIndexOfCount() 
 public int getListIteratorCount() 
 public int getListIteratorFromCount() 
 public int getRemoveElementAtCount() 
 public int getSetCount() 
 public int getSubListCount() 
 public int indexOf(double element) 
 public int lastIndexOf(double element) 
 public DoubleListIterator listIterator() 
 public DoubleListIterator listIterator(int index) 
 public double removeElementAt(int index) 
 public double set(int index,
    double element) 
 public DoubleList subList(int fromIndex,
    int toIndex)