K - key parameter type.V - value parameter type.Tuple2@Deprecated public class Pair<K,V> extends Object
| Constructor and Description |
|---|
Pair(K key,
V value)
Deprecated.
Creates key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Deprecated.
Gets key parameter.
|
V |
getValue()
Deprecated.
Gets value parameter.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.