|
| static< A, B > Pair< A, B > | make (final A a, final B b) |
| |
| cz.muni.stanse.utils.Pair< A, B >.Pair |
( |
final A |
first, |
|
|
final B |
second |
|
) |
| |
|
inline |
| boolean cz.muni.stanse.utils.Pair< A, B >.equals |
( |
final Object |
obj | ) |
|
|
inline |
- Parameters
-
- Exceptions
-
| @see | java.lang.Object::equals(java.lang.Object) |
| A cz.muni.stanse.utils.Pair< A, B >.getFirst |
( |
| ) |
|
|
inline |
| B cz.muni.stanse.utils.Pair< A, B >.getSecond |
( |
| ) |
|
|
inline |
| int cz.muni.stanse.utils.Pair< A, B >.hashCode |
( |
| ) |
|
|
inline |
- Parameters
-
- Exceptions
-
| @see | java.lang.Object::hashCode() |
| boolean cz.muni.stanse.utils.Pair< A, B >.isEqualWith |
( |
final Pair< A, B > |
other | ) |
|
|
inline |
| static <A,B> Pair<A,B> cz.muni.stanse.utils.Pair< A, B >.make |
( |
final A |
a, |
|
|
final B |
b |
|
) |
| |
|
inlinestatic |
| void cz.muni.stanse.utils.Pair< A, B >.setFirst |
( |
final A |
value | ) |
|
|
inline |
| void cz.muni.stanse.utils.Pair< A, B >.setSecond |
( |
final B |
value | ) |
|
|
inline |
| String cz.muni.stanse.utils.Pair< A, B >.toString |
( |
| ) |
|
|
inline |
- Parameters
-
- Exceptions
-
| @see | java.lang.Object::toString() |
The documentation for this class was generated from the following file: