Spec-Zone.ru › OpenJavaFX 8
javafx.util

Class Pair<K,V>

java.lang.Object
  • javafx.util.Pair<K,V>

All Implemented Interfaces:

Serializable



public class Pair<K,V>
extends Object
implements Serializable

A convenience class to represent name-value pairs.

Since:

JavaFX 2.0

See Also:

Serialized Form

  • Constructor Summary

    Constructors
    Constructor and Description
    Pair(K key, V value)
    Creates a new pair
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    boolean equals(Object o)
    Test this Pair for equality with another Object.
    K getKey()
    Gets the key for this pair.
    V getValue()
    Gets the value for this pair.
    int hashCode()
    Generate a hash code for this Pair.
    String toString()
    String representation of this Pair.
    • Methods inherited from class java.lang.Object

      clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Detail

    • Pair

      public Pair(K key,
                  V value)
      Creates a new pair

      Parameters:

      key - The key for this pair

  • Method Detail

    • getKey

      public K getKey()
      Gets the key for this pair.

      Returns:

      key for this pair

    • getValue

      public V getValue()
      Gets the value for this pair.

      Returns:

      value for this pair

    • toString

      public String toString()

      String representation of this Pair.

      The default name/value delimiter '=' is always used.

      Overrides:

      toString in class Object

      Returns:

      String representation of this Pair

    • hashCode

      public int hashCode()

      Generate a hash code for this Pair.

      The hash code is calculated using both the name and the value of the Pair.

      Overrides:

      hashCode in class Object

      Returns:

      hash code for this Pair

    • equals

      public boolean equals(Object o)

      Test this Pair for equality with another Object.

      If the Object to be tested is not a Pair or is null, then this method returns false.

      Two Pairs are considered equal if and only if both the names and values are equal.

      Overrides:

      equals in class Object

      Parameters:

      o - the Object to test for equality with this Pair

      Returns:

      true if the given Object is equal to this Pair else false

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API