Class Pair<S,T>
java.lang.Object
org.eclipse.launchbar.core.internal.Pair<S,T>
- Type Parameters:
S
- first elementT
- second element
Yet 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.
-
Constructor Summary
Constructors -
Method Summary