Example usage for org.springframework.util AutoPopulatingList subclass-usage

List of usage examples for org.springframework.util AutoPopulatingList subclass-usage

Introduction

In this page you can find the example usage for org.springframework.util AutoPopulatingList subclass-usage.

Usage

From source file fr.norad.visuwall.core.utils.ShrinkList.java

public class ShrinkList<E> extends AutoPopulatingList<E> {

    private static final long serialVersionUID = 1L;

    public ShrinkList(Class<? extends E> elementClass) {
        super(elementClass);