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

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

Introduction

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

The text is from its open source code.

Constructor

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