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: AbstractByteListList [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection
      org.apache.commons.collections.primitives.adapters.AbstractByteListList

All Implemented Interfaces:
    List, Collection

Direct Known Subclasses:
    NonSerializableByteListList, ByteListList

Method from org.apache.commons.collections.primitives.adapters.AbstractByteListList Summary:
add,   addAll,   equals,   get,   getByteCollection,   getByteList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection:
add,   addAll,   clear,   contains,   containsAll,   getByteCollection,   isEmpty,   iterator,   remove,   removeAll,   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.AbstractByteListList Detail:
 public  void add(int index,
    Object element) 
 public boolean addAll(int index,
    Collection c) 
 public boolean equals(Object obj) 
 public Object get(int index) 
 protected final ByteCollection getByteCollection() 
 abstract protected ByteList getByteList()
 public int hashCode() 
 public int indexOf(Object element) 
 public int lastIndexOf(Object element) 
 public ListIterator listIterator() 
 public ListIterator listIterator(int index) 
 public Object remove(int index) 
 public Object set(int index,
    Object element) 
 public List subList(int fromIndex,
    int toIndex)