Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » decorators » [javadoc | source]
org.apache.commons.collections.primitives.decorators
abstract class: BaseProxyLongList [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.decorators.BaseProxyLongCollection
      org.apache.commons.collections.primitives.decorators.BaseProxyLongList

All Implemented Interfaces:
    LongList, LongCollection

Direct Known Subclasses:
    BaseUnmodifiableLongList, NonSerializableUnmodifiableLongList, UnmodifiableLongList

Constructor:
 protected BaseProxyLongList() 
Method from org.apache.commons.collections.primitives.decorators.BaseProxyLongList Summary:
add,   addAll,   get,   getProxiedCollection,   getProxiedList,   indexOf,   lastIndexOf,   listIterator,   listIterator,   removeElementAt,   set,   subList
Methods from org.apache.commons.collections.primitives.decorators.BaseProxyLongCollection:
add,   addAll,   clear,   contains,   containsAll,   equals,   getProxiedCollection,   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.BaseProxyLongList Detail:
 public  void add(int index,
    long element) 
 public boolean addAll(int index,
    LongCollection collection) 
 public long get(int index) 
 protected final LongCollection getProxiedCollection() 
 abstract protected LongList getProxiedList()
 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)