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

All Implemented Interfaces:
    List, Collection

Direct Known Subclasses:
    CharListList, NonSerializableCharListList

Method from org.apache.commons.collections.primitives.adapters.AbstractCharListList Summary:
add,   addAll,   equals,   get,   getCharCollection,   getCharList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractCharCollectionCollection:
add,   addAll,   clear,   contains,   containsAll,   getCharCollection,   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.AbstractCharListList 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 CharCollection getCharCollection() 
 abstract protected CharList getCharList()
 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)