T
- type used to declare resource/group etc.public class SSNMatrixEntry<T>
extends java.lang.Object
Constructor and Description |
---|
SSNMatrixEntry(int row,
int col) |
SSNMatrixEntry(int row,
int col,
T resource) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getCol() |
T |
getResource() |
int |
getRow() |
public SSNMatrixEntry(int row, int col)
public SSNMatrixEntry(int row, int col, T resource)
public T getResource()
public int getCol()
public int getRow()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object