Documentation of 'org.encog.util.ObjectPair' Java class
ObjectPair
org.encog.util

Class ObjectPair<A,B>

  • Type Parameters:
    A - The first object type.
    B - The second object type.


    public class ObjectPair<A,B>
    extends java.lang.Object
    A pair of objects.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ObjectPair(A a, B b)
      Construct an object pair.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      A getA() 
      B getB() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectPair

        public ObjectPair(A a,
                          B b)
        Construct an object pair.
        Parameters:
        a - The first object.
        b - The second object.
    • Method Detail

      • getA

        public A getA()
        Returns:
        The first object.
      • getB

        public B getB()
        Returns:
        The second object.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.