Class SimpleEntry<T>
- java.lang.Object
-
- org.opennms.features.vaadin.jmxconfiggenerator.data.SimpleEntry<T>
-
-
Constructor Summary
Constructors Constructor Description SimpleEntry(T key)
SimpleEntry(T key, T value)
-
-
-
Method Detail
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
Returns the result ofthis.key.equals(that.key) && this.value.equals(that.value)
.
-
-