Java单元元组的contains()方法
要在JavaTuples的Unit类中搜索值,请使用contains()方法。
首先让我们看看使用JavaTuples所需的工具。要使用JavaTuples中的Unit类,您需要导入以下包-
import org.javatuples.Unit;
注-下载和运行JavaTuples程序的步骤如果您正在使用EclipseIDE在JavaTuple中运行单元类,请右键单击Project→Properties→JavaBuildPath→AddExternalJars并上传下载的JavaTuplesjar文件。
以下是一个例子-
示例
import org.javatuples.Unit;
public class Demo {
public static void main(String[] args) {
Unit < String > u = Unit.with("Professional!");
//搜索元素
boolean valSearch = u.contains("Professional!");
System.out.println("Is the value in the Unit? " + valSearch);
}
}输出结果
Is the value in the Unit? True
让我们看另一个例子-
import org.javatuples.Unit;
public class Demo {
public static void main(String[] args) {
Unit < String > u = Unit.with("Mobile!");
//搜索元素
boolean valSearch = u.contains("Desktop!");
System.out.println("Is the value in the Unit? " + valSearch);
}
}输出结果
Is the value in the Unit? False
热门推荐
10 端午祝福语安康-简短优美
11 运动文案祝福语简短霸气
12 66红包祝福语简短的
13 亲人喜得贵子祝福语简短
14 简短俏皮可爱的祝福语
15 老板祝福语简短20字
16 今天孩子高考祝福语简短
17 红包祝福语简短10字
18 幼儿篮球祝福语大全简短