public class ImmutablePair<A,B> extends Object
ImmutablePair class.
Constructor and Description |
---|
ImmutablePair(A first,
B second)
Constructor for ImmutablePair.
|
Modifier and Type | Method and Description |
---|---|
A |
getFirst()
Getter for the field
first . |
B |
getSecond()
Getter for the field
second . |
Copyright © 2016–2024. All rights reserved.