Example usage for Java javafx.util Pair fields, constructors, methods, implement or subclass
The text is from its open source code.
Pair(@NamedArg("key") K key, @NamedArg("value") V value) Creates a new pair |
K | getKey() Gets the key for this pair. |
V | getValue() Gets the value for this pair. |