Example usage for org.apache.commons.collections KeyValue interface-usage

List of usage examples for org.apache.commons.collections KeyValue interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections KeyValue interface-usage.

Usage

From source file org.openiot.gsn.utils.KeyValueImp.java

/**
 * The <I> Predicate </I> class represents mapping between a key and a value.
 * Two predicates are the same if they have the same name and value. This class
 * is used for Abstract Addressing and Options.
 */
public class KeyValueImp implements KeyValue, Serializable {

From source file gsn.utils.KeyValueImp.java

/**
 * The <I> Predicate </I> class represents mapping between a key and a value.
 * Two predicates are the same if they have the same name and value. This class
 * is used for Abstract Addressing and Options.
 */
public class KeyValueImp implements KeyValue, Serializable {