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

Uses in package org.apache.commons.collections.list

Classes derived from org.apache.commons.collections.list.AbstractListDecorator

class
Serializable subclass of AbstractListDecorator.
class
Decorates another List to fix the size preventing add/remove.
class
Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, avoiding most IndexOutOfBoundsExceptions.
class
Decorates another List to create objects in the list on demand.
class
Decorates a List to ensure that no duplicates are present much like a Set.
class
Decorates another List to ensure it can't be altered.

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