码迷,mamicode.com
首页 > Windows程序 > 详细

编写自己的接口api-做自己心中的大神

时间:2019-03-23 17:22:04      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:pre   nta   ash   color   img   eset   eal   info   treeset   

常用api注解

/**
 *
 * @param <E> 这是一个超级接口的泛型
 *
 * @author  谁写的
 * @author  Neal Gafter
 * @see     Set
 * @see     List
 * @see     Map
 * @see     SortedSet
 * @see     SortedMap
 * @see     HashSet
 * @see     TreeSet
 * @see     ArrayList
 * @see     LinkedList
 * @see     Vector
 * @see     Collections
 * @see     Arrays
 * @see     AbstractCollection
 * @since 1.2
 */

public interface Collection<E> extends Iterable<E> {

另请参阅:

技术图片

  /**
     * Returns <tt>true</tt> if this collection contains all of the elements
     * in the specified collection.
     *
     * @param  传入参数
     * @return  返回参数
     * @throws 抛出异常
     * @throws  抛出异常2
     * @see    #contains(Object) 参照某个方法
     */
    boolean containsAll(java.util.Collection<?> c);

 

编写自己的接口api-做自己心中的大神

标签:pre   nta   ash   color   img   eset   eal   info   treeset   

原文地址:https://www.cnblogs.com/q1359720840/p/10584693.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!