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

net.cassite.daf4j.stream.SortedEntity Maven / Gradle / Ivy

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