Interface LongSequence

  • All Known Implementing Classes:
    AtomicLongSequence

    public interface LongSequence
    A sequence producing longs
    Author:
    teck
    • Method Detail

      • next

        long next()
        Get the next value in the sequence
        Returns:
        the next value