|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.repository.rid.RIDSequence
public class RIDSequence
| Constructor Summary | |
|---|---|
RIDSequence(long timeValue,
long clockIDValue,
int startValue,
int amountValue)
Constructor for RIDSequence. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
hasNext |
java.util.UUID |
next()
next |
void |
remove()
remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RIDSequence(long timeValue,
long clockIDValue,
int startValue,
int amountValue)
Constructor for RIDSequence.
timeValue - a long.clockIDValue - a long.startValue - a int.amountValue - a int.| Method Detail |
|---|
public java.util.UUID next()
next
next in interface java.util.Iterator<java.util.UUID>UUID object.public boolean hasNext()
hasNext
hasNext in interface java.util.Iterator<java.util.UUID>
public void remove()
throws java.lang.UnsupportedOperationException
remove
remove in interface java.util.Iterator<java.util.UUID>java.lang.UnsupportedOperationException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||