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

All Implemented Interfaces:
    CharList, CharCollection

Direct Known Subclasses:
    NonSerializableListCharList, ListCharList

Method from org.apache.commons.collections.primitives.adapters.AbstractListCharList Summary:
add,   addAll,   equals,   get,   getCollection,   getList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   removeElementAt,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractCollectionCharCollection:
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.AbstractListCharList Detail:
 public  void add(int index,
    char element) 
 public boolean addAll(int index,
    CharCollection collection) 
 public boolean equals(Object obj) 
 public char get(int index) 
 protected final Collection getCollection() 
 abstract protected List getList()
 public int hashCode() 
 public int indexOf(char element) 
 public int lastIndexOf(char element) 
 public CharListIterator listIterator() 
 public CharListIterator listIterator(int index) 
 public char removeElementAt(int index) 
 public char set(int index,
    char element) 
 public CharList subList(int fromIndex,
    int toIndex)