All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yuweix.kuafu.sequence.base.Sequence Maven / Gradle / Ivy

The newest version!
package com.yuweix.kuafu.sequence.base;



/**
 * @author yuwei
 */
public interface Sequence {
	long next();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy