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

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

Introduction

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

Usage

From source file net.ontopia.persistence.proxy.TransactionalSoftHashMapIndex.java

/**
 * INTERNAL: 
 */

public class TransactionalSoftHashMapIndex<K, V> extends ReferenceMap<K, V>
        implements TransactionalLookupIndexIF<K, V> {