Example usage for org.apache.commons.collections4.bidimap DualHashBidiMap subclass-usage

List of usage examples for org.apache.commons.collections4.bidimap DualHashBidiMap subclass-usage

Introduction

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

Usage

From source file org.kitodo.dataaccess.format.xml.Namespaces.java

/**
 * Class to handle namespaces.
 *
 * <p>
 * Technically, a namespace is an arbitrary abbreviation of a URI. For example,
 * the URL {@code https://www.kitodo.org/software/kitodoproduction} can be

From source file uniol.apt.analysis.isomorphism.Isomorphism.java

/**
 * This class represents an isomorphism. It is needed for the module system.
 * @author Uli Schlachter
 */
public class Isomorphism extends DualHashBidiMap<State, State> {
    public static final long serialVersionUID = 0x1l;