116117118119120121122
* * @param object The URIs to wrap. * @return A CoreString wrapping the given strings. */ public static CoreURI $(URI... object) { return new CoreURI($, object); }