Documentation of 'org.encog.mathutil.IntPair' Java class
IntPair
org.encog.mathutil

Class IntPair

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class IntPair
    extends java.lang.Object
    implements java.lang.Cloneable, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      IntPair(int theX, int theY) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void add(int v) 
      void add(int addX, int addY) 
      void addX(int v) 
      void addY(int v) 
      java.lang.Object clone() 
      int getX() 
      int getY() 
      void setX(int x) 
      void setY(int y) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

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

      • IntPair

        public IntPair(int theX,
                       int theY)
    • Method Detail

      • getX

        public int getX()
      • setX

        public void setX(int x)
      • getY

        public int getY()
      • setY

        public void setY(int y)
      • add

        public void add(int v)
      • addX

        public void addX(int v)
      • addY

        public void addY(int v)
      • add

        public void add(int addX,
                        int addY)
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.