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 Interval
copy()
We don't need to copy as we don't have any statelong
next()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-