Java org.apache.commons.collections.map SingletonMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections.map SingletonMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections.map SingletonMap.

The text is from its open source code.

Constructor

SingletonMap(Object key, Object value)
Constructor specifying the key and value.
SingletonMap()
Constructor that creates a map of null to null.

Method

ObjectgetValue()
Gets the value.
ObjectsetValue(Object value)
Sets the value.