com.leftins.tools.ListCom.IMatch Maven / Gradle / Ivy
package com.leftins.tools.ListCom;
/**
* @author zhaojiwei YGCollectionInterface 2015年4月16日
* @param 泛型对象 限定object类型
*/
public interface IMatch {
boolean match(T t);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy