DroidDiagram Programmer's Guide
Pair Members
Constructors Methods
 


Represents a coupling between two arbitrary objects.

The following tables list the members exposed by the Pair type.

 Public Constructors

  Name Description

Pair

Overloaded.  

 Public Methods

  Name Description

compareTo

Comparable.compareTo implementation.

equals

Object.equals override.

getFirstObject

Gets the first pair object.

getPairElements

Gets the elements of the pair as an ArrayList.

getSecondObject

Gets the second pair object.

hashCode

Object.GetHashCode override.

setFirstObject

Sets the first pair object.

setSecondObject

Sets the second pair object.

 See Also

Pair Class
com.mindfusion.diagramming.jlayout Namespace