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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultMapEntry()
Constructs a new DefaultMapEntry with a null key and null value.
DefaultMapEntry(Object key, Object value)
Constructs a new DefaultMapEntry with the given key and given value.