Interface Twin<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Twin<T>
swap()
Method used to swap the elements of pair.
-
Modifier and Type | Method | Description |
---|---|---|
Twin<T> |
swap() |
Method used to swap the elements of pair.
|