Package org.ojalgo.structure
Class StructureAnyD.IntReference
java.lang.Object
org.ojalgo.structure.StructureAnyD.IntReference
- All Implemented Interfaces:
Comparable<StructureAnyD.IntReference>
- Enclosing interface:
StructureAnyD
public static final class StructureAnyD.IntReference
extends Object
implements Comparable<StructureAnyD.IntReference>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
static StructureAnyD.IntReference
of
(int... aReference) toString()
-
Field Details
-
reference
public final int[] reference
-
-
Constructor Details
-
IntReference
public IntReference(int... aReference) -
IntReference
private IntReference()
-
-
Method Details
-
of
-
compareTo
- Specified by:
compareTo
in interfaceComparable<StructureAnyD.IntReference>
-
equals
-
hashCode
public int hashCode() -
toString
-