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

All Implemented Interfaces:
    LongList, LongCollection

Method from org.apache.commons.collections.primitives.decorators.TestBaseProxyLongList$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.TestBaseProxyLongCollection$InvocationCounter:
add,   addAll,   clear,   contains,   containsAll,   equals,   getAddAllCount,   getAddCount,   getClearCount,   getContainsAllCount,   getContainsCount,   getEqualsCount,   getHashCodeCount,   getIsEmptyCount,   getIteratorCount,   getRemoveAllCount,   getRemoveElementCount,   getRetainAllCount,   getSizeCount,   getToArrayCount,   getToArrayLongArrayCount,   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.TestBaseProxyLongList$InvocationCounter Detail:
 public  void add(int index,
    long element) 
 public boolean addAll(int index,
    LongCollection collection) 
 public long 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(long element) 
 public int lastIndexOf(long element) 
 public LongListIterator listIterator() 
 public LongListIterator listIterator(int index) 
 public long removeElementAt(int index) 
 public long set(int index,
    long element) 
 public LongList subList(int fromIndex,
    int toIndex)