Uses of Class
org.apache.commons.collections15.list.AbstractListDecorator

Packages that use AbstractListDecorator
org.apache.commons.collections15.list This package contains implementations of the List interface. 
 

Uses of AbstractListDecorator in org.apache.commons.collections15.list
 

Subclasses of AbstractListDecorator in org.apache.commons.collections15.list
 class AbstractSerializableListDecorator<E>
          Serializable subclass of AbstractListDecorator.
 class FixedSizeList<E>
          Decorates another List to fix the size preventing add/remove.
 class LazyList<E>
          Decorates another List to create objects in the list on demand.
 class SetUniqueList<E>
          Decorates a List to ensure that no duplicates are present much like a Set.
 class UnmodifiableList<E>
          Decorates another List to ensure it can't be altered.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.