Example usage for Java java.util AbstractMap.SimpleImmutableEntry fields, constructors, methods, implement or subclass
The text is from its open source code.
SimpleImmutableEntry(K key, V value) Creates an entry representing a mapping from the specified key to the specified value. |
boolean | equals(Object o) Compares the specified object with this map for equality. |