Example usage for org.apache.commons.collections15.list AbstractListDecorator subclass-usage

List of usage examples for org.apache.commons.collections15.list AbstractListDecorator subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15.list AbstractListDecorator subclass-usage.

Usage

From source file gov.nih.nci.cabig.caaers.tools.IndexedLazyList.java

/**
 * Just like {@link org.apache.commons.collections15.list.LazyList}, except that it uses a
 * {@link org.apache.commons.collections15.Transformer}<Integer, E> instead of a
 * {@link org.apache.commons.collections15.Factory}<E>. The transformer is provided with the
 * index whenever a new object needs to be created.
 *