|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecty25.base.IDCreator
Field Summary | |
protected int |
highestID
|
protected int |
startID
|
Constructor Summary | |
IDCreator()
|
|
IDCreator(int startID)
|
Method Summary | |
int |
createID()
|
void |
removeID(int i)
|
void |
setUsed(int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int startID
protected int highestID
Constructor Detail |
public IDCreator()
public IDCreator(int startID)
Method Detail |
public int createID()
public void removeID(int i)
public void setUsed(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |