Joiner绫绘槸Guava Java搴撲腑鐨勪竴涓被
Joiner 提供了各种方法来处理字符串、对象等的连接操作。让我们看一个 例子 −
例子
import com.google.common.base.Joiner; import java.util.*; public class Demo{ public static void main(String[] args){ String[] my_arr = { "hel", null, "lo", "wo", "r", null, "ld" }; System.out.println("The original array is : "+ Arrays.toString(my_arr)); String my_result = Joiner.on('+').skipNulls().join(my_arr); System.out.println("The joined string is : " + my_result); } }鐧诲綍鍚庡鍒?/div>
输出
The original array is [hel, null, lo, wo, r, null, ld] The joined string is hel+lo+wo+r+ld鐧诲綍鍚庡鍒?/div>
名为 Demo 的类包含 main 函数,该函数定义了一个字符串数组。数组已转换 将数组转换为字符串并显示在字符串上。数组中还包含一些空值。在显示该数组时,空值被移除并用“+”运算符替换,这都是因为Joiner类 存在于番石榴包中。此输出显示在控制台上。
浠ヤ笂灏辨槸Joiner绫绘槸Guava Java搴撲腑鐨勪竴涓被鐨勮缁嗗唴瀹癸紝鏇村璇峰叧娉╬hp涓枃缃戝叾瀹冪浉鍏虫枃绔狅紒