You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pair<> is being used in many locations, but it is not intended to be used as commonly as this. I'm not even using javafx in this project! Eclipse sometimes complains that Pair is not API, which I can partially agree with. Look at using apache commons Pair instead.