Class Pair<S,T>
- java.lang.Object
-
- org.eclipse.launchbar.core.internal.Pair<S,T>
-
- Type Parameters:
S- first elementT- second element
public class Pair<S,T> extends java.lang.ObjectYet another implementation for Pair. You'd figure Java would have this out of the box. Used in the launch bar mainly for modeling descriptor and target id's which includ both type id and the object name.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)SgetFirst()TgetSecond()inthashCode()
-