Java java.util AbstractMap.SimpleImmutableEntry fields, constructors, methods, implement or subclass

Example usage for Java java.util AbstractMap.SimpleImmutableEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util AbstractMap.SimpleImmutableEntry.

The text is from its open source code.

Subclass

java.util.AbstractMap.SimpleImmutableEntry has subclasses.
Click this link to see all its subclasses.

Constructor

SimpleImmutableEntry(K key, V value)
Creates an entry representing a mapping from the specified key to the specified value.

Method

booleanequals(Object o)
Compares the specified object with this map for equality.