Class Couple<T>
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.Pair<T,T>
-
- jetbrains.buildServer.vcs.patches.diff.Couple<T>
-
public class Couple<T> extends Pair<T,T>
- Author:
- Konstantin Bulenkov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.vcs.patches.diff.Pair
Pair.NonNull<A,B>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Couple<T>
getEmpty()
static <T> Couple<T>
of(T first, T second)
-