Example usage for Java java.util AbstractMap.SimpleEntry fields, constructors, methods, implement or subclass
The text is from its open source code.
SimpleEntry(K key, V value) Creates an entry representing a mapping from the specified key to the specified value. |