Example usage for org.apache.commons.collections.set AbstractSerializableSetDecorator subclass-usage

List of usage examples for org.apache.commons.collections.set AbstractSerializableSetDecorator subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections.set AbstractSerializableSetDecorator subclass-usage.

Usage

From source file org.codehaus.groovy.grails.web.binding.ListOrderedSet.java

/**
 * Forked from Apache Commons Collections' implementation of ListOrderedSet. This one actually implements the List interface.
 *
 * Yes we are away of the warnings in the javadoc about problems with incompatibilities between the List and Set interfaces, however
 * this class is designed to used internally only for data binding and not by end users.
 *