Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generous (0.21 sec)

  1. src/main/java/org/codelibs/core/lang/GenericsUtil.java

    import java.lang.reflect.WildcardType;
    import java.util.Collection;
    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    
    import org.codelibs.core.collection.CollectionsUtil;
    
    /**
     * genericsを扱うためのユーティリティ・クラスです。
     *
     * @author koichik
     */
    public abstract class GenericsUtil {
    
        /**
         * <code>type</code>の原型が<code>clazz</code>に代入可能であれば<code>true</code>を、
         * それ以外の場合は<code>false</code>を返します。
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 23.6K bytes
    - Viewed (0)
Back to top