K - Type of the name of the pairV - Type of the value of the pairpublic class Pair<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
K |
getName()
Gets the name property of the pair.
|
V |
getValue()
Gets the value property of the pair.
|
int |
hashCode() |
Copyright © 2019. All rights reserved.