Class MjSparseMatrix.Index
- java.lang.Object
-
- gov.nih.mipav.view.renderer.J3D.surfaceview.brainflattenerview.MjSparseMatrix.Index
-
- Enclosing class:
- MjSparseMatrix
public static class MjSparseMatrix.Index extends java.lang.Object
Used to reference a single element in the matrix.
-
-
Constructor Summary
Constructors Constructor Description Index(int iRow, int iCol)
Creates a new Index object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object kObject)
override for Object method used for hashing.int
hashCode()
override for Object method used for hashing.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object kObject)
override for Object method used for hashing.- Overrides:
equals
in classjava.lang.Object
- Parameters:
kObject
- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
hashCode
public int hashCode()
override for Object method used for hashing.- Overrides:
hashCode
in classjava.lang.Object
- Returns:
- DOCUMENT ME!
-
-