|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.util.TwoIntStruct
org.opensubsystems.core.util.ThreeIntStruct
public class ThreeIntStruct
Class which can hold three integers. This is useful if I want to create array of three integers to pass as argument to some function.
| Field Summary | |
|---|---|
protected int |
m_iThird
Third integer |
| Fields inherited from class org.opensubsystems.core.util.TwoIntStruct |
|---|
m_iFirst, m_iSecond |
| Constructor Summary | |
|---|---|
ThreeIntStruct(int iFirst,
int iSecond,
int iThird)
Public constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object oObject)
|
int |
getThird()
|
int |
hashCode()
|
| Methods inherited from class org.opensubsystems.core.util.TwoIntStruct |
|---|
getFirst, getSecond |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int m_iThird
| Constructor Detail |
|---|
public ThreeIntStruct(int iFirst,
int iSecond,
int iThird)
iFirst - - first integeriSecond - - second integeriThird - - third integer| Method Detail |
|---|
public int getThird()
public boolean equals(java.lang.Object oObject)
equals in class TwoIntStructpublic int hashCode()
hashCode in class TwoIntStruct
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||