Package org.ojalgo.structure
Class Structure2D.RowColumnKey<R,C>
- java.lang.Object
-
- org.ojalgo.structure.Structure2D.RowColumnKey<R,C>
-
- Enclosing interface:
- Structure2D
public static class Structure2D.RowColumnKey<R,C> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RowColumnKey(R theRow, C theCol)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
static <R,C>
Structure2D.RowColumnKey<R,C>of(R row, C col)
-
-
-
Method Detail
-
of
public static <R,C> Structure2D.RowColumnKey<R,C> of(R row, C col)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-