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

All Implemented Interfaces:
    ByteList, ByteCollection

Direct Known Subclasses:
    NonSerializableListByteList, ListByteList

Method from org.apache.commons.collections.primitives.adapters.AbstractListByteList Summary:
add,   addAll,   equals,   get,   getCollection,   getList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   removeElementAt,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractCollectionByteCollection:
add,   addAll,   clear,   contains,   containsAll,   getCollection,   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.adapters.AbstractListByteList Detail:
 public  void add(int index,
    byte element) 
 public boolean addAll(int index,
    ByteCollection collection) 
 public boolean equals(Object obj) 
 public byte get(int index) 
 protected final Collection getCollection() 
 abstract protected List getList()
 public int hashCode() 
 public int indexOf(byte element) 
 public int lastIndexOf(byte element) 
 public ByteListIterator listIterator() 
 public ByteListIterator listIterator(int index) 
 public byte removeElementAt(int index) 
 public byte set(int index,
    byte element) 
 public ByteList subList(int fromIndex,
    int toIndex)