Package net.sf.ehcache.util
Interface LongSequence
-
- All Known Implementing Classes:
AtomicLongSequence
public interface LongSequenceA sequence producing longs- Author:
- teck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnext()Get the next value in the sequence
-