Example usage for org.apache.commons.collections.keyvalue MultiKey subclass-usage

List of usage examples for org.apache.commons.collections.keyvalue MultiKey subclass-usage

Introduction

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

Usage

From source file com.sworddance.util.map.NamespaceMapKeyImpl.java

/**
 * @author patmoore
 *
 */
public class NamespaceMapKeyImpl extends MultiKey implements NamespaceMapKey {

From source file com.nextep.datadesigner.model.ReferenceContext.java

/**
 * This class defines the context of a reference. 
 * Its aim is to categorize {@link IReference} instances within the 
 * {@link ReferenceManager} depending on the session which created
 * them (should there be a session).<br>
 * The flush time corresponds to the last time when the session has

From source file com.nextep.datadesigner.sqlgen.model.DatabaseReference.java

/**
 * This class is a database reference. The unicity of an object in the database is only defined by
 * its type and its name.
 * 
 * @author Christophe Fondacci
 */