hiljusti / pair

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Central Javadoc License

GitHub repo size jar size dependency count

Pair

A simple pair and drop-in shim for the beloved javafx.util.Pair that was included in JDK 8. (And is still available in the JavaFX project)

Note: The shim provided here is not exactly-equal (e.g. the hashCode() is not hand-written), but is equivalent in the sense that it has the same package path, class, method names, and behavior as the prior class. For reference, javadocs for the original.


2022, MIT License

J.R. "hiljusti" Hill

About

License:MIT License


Languages

Language:Java 100.0%