hashtadd⽅法_JavaHashSetadd()⽅法与⽰例
hasht add⽅法
HashSet类的add()⽅法 (HashSet Class add() method)
add() method is available in package.add() method
add()⽅法在包中可⽤。add()⽅法
add() method is ud to inrt the given element in this HashSet when not already exists otherwi it ignores it andadd() method
returns fal.
当尚不存在给定元素时,使⽤add()⽅法add()⽅法将其插⼊此HashSet中,否则它将忽略它并返回fal。
add() method is a non-static method, it is accessible with the class object only and if we try to access the method withadd() method
the class name then we will get an error.
add()⽅法是⼀个⾮静态⽅法,只能通过类对象访发展前景 问,如果尝试使⽤类名称访问该⽅法,则会收到错误消息。add()⽅法
add() method does not throw an exception at the time of adding an element.add() method
add()⽅法在添加元素时不会引发异常。add()⽅法
Syntax:
句法:
public boolean add(Element ele);
Parameter(s):
参数:
Element ele – reprents the object to be inrted i三大电影节 n this HashSet.
元素ele –表⽰要在此HashSet中插⼊的对象。
Return value:
返回值:
The return type of the method is boolean, it returns true when the given element (ele) is not already prent in this HashSet
otherwi it returns fal 人参的作用 when the given object is already exists in this HashSet.
该⽅法的返回类型为boolean ,当此HashSet中不存在给定元素(ele)时,它返回true;否则,当此HashSet中已经存在给定对象时,它返
回fal。
Example:
例:
// Java program to demonstrate the example
// of boolean add(Element ele) method of HashSet
import .*;
public class AddOfHashSet {
public static void main(String[] args) {
// Instantiates a HashSet object
HashSet < String > hs = new HashSet < String > ();
// By using add() method is to add
// the given object of this
// HashSet if not exists
("C");
("C++");
("JAVA");
("PHP");
十万个为什么书 ("SFDC");
// Display H瘦脸的最好方法 ashSet
n("HashSet卧英雄式 : " + h罗盘图解 s);
}
}
Output
输出量
HashSet: [JAVA, C++, C, SFDC, PHP]
hasht add⽅法
本文发布于:2023-04-20 23:02:24,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/fan/82/506665.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |