- java.lang.Object
-
- org.ojalgo.structure.StructureAnyD.IntReference
-
- All Implemented Interfaces:
java.lang.Comparable<StructureAnyD.IntReference>
- Enclosing interface:
- StructureAnyD
public static final class StructureAnyD.IntReference extends java.lang.Object implements java.lang.Comparable<StructureAnyD.IntReference>
-
-
Field Summary
Fields Modifier and Type Field Description int[]reference
-
Constructor Summary
Constructors Modifier Constructor Description privateIntReference()IntReference(int... aReference)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(StructureAnyD.IntReference ref)booleanequals(java.lang.Object obj)inthashCode()static StructureAnyD.IntReferenceof(int... aReference)java.lang.StringtoString()
-
-
-
Method Detail
-
of
public static StructureAnyD.IntReference of(int... aReference)
-
compareTo
public int compareTo(StructureAnyD.IntReference ref)
- Specified by:
compareToin interfacejava.lang.Comparable<StructureAnyD.IntReference>
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-