Example usage for org.apache.commons.collections4.map LinkedMap subclass-usage

List of usage examples for org.apache.commons.collections4.map LinkedMap subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections4.map LinkedMap subclass-usage.

Usage

From source file phex.common.AltLocContainer.java

/**
 * A AlternateLocationContainer that helps holder to add, sort and access
 * AlternateLocations.
 */
public class AltLocContainer extends LinkedMap {
    public static final int MAX_ALT_LOC_COUNT = 100;