
com.weicoder.common.interfaces.Empty Maven / Gradle / Ivy
package com.weicoder.common.interfaces;
/**
* 包含是否为空的接口
* @author WD
* @since JDK7
* @version 1.0 2010-09-26
*/
public interface Empty {
/**
* 判断是否空对象
* @return true 空对象 false 非空对象
*/
boolean isEmpty();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy