String Utils.join

GPTKB entity

Statements (14)
Predicate Object
gptkbp:instance_of gptkb:technique
gptkbp:bfsLayer 6
gptkbp:bfsParent gptkb:Apache_Commons_Lang2
gptkbp:belongs_to String Utils class
gptkbp:can_be Iterable<?> elements
String separator
gptkbp:example String Utils.join(Arrays.as List('a', 'b', 'c'), ', ')
https://www.w3.org/2000/01/rdf-schema#label String Utils.join
gptkbp:is_described_as Joins the elements of an iterable into a single String with a specified separator.
gptkbp:latest_version 1.0
gptkbp:provides_information_on gptkb:musician
gptkbp:suspension gptkb:theorem
gptkbp:throws gptkb:Null_Pointer_Exception
gptkbp:used_in Apache Commons Lang library