public class SequenceRange extends Object
Constructor and Description |
---|
SequenceRange(long min,
long max) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getAndIncrement() |
long |
getMax() |
long |
getMin() |
AtomicLong |
getValue() |
int |
hashCode() |
boolean |
isOver() |
String |
toString() |
public long getAndIncrement()
public long getMin()
public long getMax()
public boolean isOver()
public AtomicLong getValue()
Copyright © 2006–2018 TinyGroup. All rights reserved.