
stream.io.OrderedStream Maven / Gradle / Ivy
The newest version!
/**
*
*/
package stream.io;
/**
* @author chris
*
*/
public interface OrderedStream extends Stream {
public static final class ID {
Long[] count;
public ID getSuccessor() {
return null;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy