Package ch.njol.util
Class NonNullPair<T1,T2>
java.lang.Object
ch.njol.util.Pair<T1,T2>
ch.njol.util.NonNullPair<T1,T2>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map.Entry<T1,
T2>
Deprecated, for removal: This API element is subject to removal in a future version.
Use a use-case specific record.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNonNullPair
(NonNullPair<T1, T2> other) Deprecated, for removal: This API element is subject to removal in a future version.NonNullPair
(T1 first, T2 second) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated, for removal: This API element is subject to removal in a future version.getFirst()
Deprecated, for removal: This API element is subject to removal in a future version.getKey()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getValue()
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
NonNullPair
Deprecated, for removal: This API element is subject to removal in a future version. -
NonNullPair
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFirst
Deprecated, for removal: This API element is subject to removal in a future version. -
setFirst
Deprecated, for removal: This API element is subject to removal in a future version. -
getSecond
Deprecated, for removal: This API element is subject to removal in a future version. -
setSecond
Deprecated, for removal: This API element is subject to removal in a future version. -
getKey
Deprecated, for removal: This API element is subject to removal in a future version. -
getValue
Deprecated, for removal: This API element is subject to removal in a future version. -
setValue
Deprecated, for removal: This API element is subject to removal in a future version. -
clone
Deprecated, for removal: This API element is subject to removal in a future version.
-