|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcayleytable.groupIdentify.num_order
private class groupIdentify.num_order
Class used to store element orders and the number of elements of that order
Field Summary | |
---|---|
private int |
numOfElements
integer number of elements that have the associated order |
private int |
orderOfElement
integer order of elements to be stored |
Constructor Summary | |
---|---|
groupIdentify.num_order(int order,
int num)
Constructor for the class that saves an order value and number of values of that order |
Method Summary | |
---|---|
int |
getNumOfElements()
Returns the number of elements |
int |
getOrderOfElement()
Returns the order |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int orderOfElement
private int numOfElements
Constructor Detail |
---|
public groupIdentify.num_order(int order, int num)
order
- integer order to be storednum
- integer number of elements of order to be storedMethod Detail |
---|
public int getOrderOfElement()
public int getNumOfElements()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |