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

All Implemented Interfaces:
    LongCollection

Direct Known Subclasses:
    InvocationCounter

Method from org.apache.commons.collections.primitives.decorators.TestBaseProxyLongCollection$InvocationCounter Summary:
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.TestBaseProxyLongCollection$InvocationCounter Detail:
 public boolean add(long element) 
 public boolean addAll(LongCollection c) 
 public  void clear() 
 public boolean contains(long element) 
 public boolean containsAll(LongCollection 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 getToArrayLongArrayCount() 
 public int getToStringCount() 
 public int hashCode() 
 public boolean isEmpty() 
 public LongIterator iterator() 
 public boolean removeAll(LongCollection c) 
 public boolean removeElement(long element) 
 public boolean retainAll(LongCollection c) 
 public int size() 
 public long[] toArray() 
 public long[] toArray(long[] a) 
 public String toString()