
net.cassite.daf4j.stream.SortedEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of daf4j-api Show documentation
Show all versions of daf4j-api Show documentation
A library provides facade api for data accessing.
The newest version!
package net.cassite.daf4j.stream;
import net.cassite.daf4j.OrderBase;
/**
* 本身带有排序依据的实体
* 在stream.sorted()时直接引用该接口的sorted方法
*/
public interface SortedEntity {
/**
* 规定排序依据,在stream.sorted()方法调用时将以此方法结果为依据
*
* @return 排序依据
* @see QueryStreamBase#sorted()
*/
OrderBase[] sorted();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy