Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » [javadoc | source]
org.apache.commons.collections.primitives.adapters
final class: NonSerializableCharListList [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.AbstractCharCollectionCollection
      org.apache.commons.collections.primitives.adapters.AbstractCharListList
         org.apache.commons.collections.primitives.adapters.NonSerializableCharListList

All Implemented Interfaces:
    List, Collection

Constructor:
 public NonSerializableCharListList(CharList list) 
Method from org.apache.commons.collections.primitives.adapters.NonSerializableCharListList Summary:
getCharList
Methods from org.apache.commons.collections.primitives.adapters.AbstractCharListList:
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.NonSerializableCharListList Detail:
 protected CharList getCharList()