Package org.jgroups.stack
Class ExponentialInterval
- java.lang.Object
-
- org.jgroups.stack.ExponentialInterval
-
-
Constructor Summary
Constructors Constructor Description ExponentialInterval()ExponentialInterval(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Intervalcopy()We don't need to copy as we don't have any statelongnext()java.lang.StringtoString()
-
-
-
Method Detail
-
copy
public final Interval copy()
We don't need to copy as we don't have any state
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-