ehcache

net.sf.ehcache.util
Interface LongSequence

All Known Implementing Classes:
AtomicLongSequence

public interface LongSequence

A sequence producing longs

Author:
teck

Method Summary
 long next()
          Get the next value in the sequence
 

Method Detail

next

long next()
Get the next value in the sequence

Returns:
the next value

ehcache

Copyright 2001-2017, Terracotta, Inc.