Package org.openstreetmap.josm.tools
Class Pair<A,B>
- java.lang.Object
-
- org.openstreetmap.josm.tools.Pair<A,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <U,V>
Pair<U,V>create(U u, V v)
Convenient constructor methodboolean
equals(Object other)
int
hashCode()
static <T> Pair<T,T>
sort(Pair<T,T> p)
Sorts a single-typed pair soa <= b
.String
toString()
-