-
- All Implemented Interfaces:
-
com.datadog.android.trace.internal.compat.function.Supplier,java.lang.CharSequence
public abstract class URIUtils.LazyUrl implements CharSequence, Supplier<String>
A lazily evaluated URL that can also return its path. If the URL is invalid the path will be
{@code null}.
-
-
Method Summary
Modifier and Type Method Description abstract Stringpath()The path component of this URL. StringtoString()intlength()charcharAt(int index)CharSequencesubSequence(int start, int end)inthashCode()-
Methods inherited from class java.lang.CharSequence
charAt, chars, codePoints, compare, isEmpty, length, subSequence -
Methods inherited from class com.datadog.android.trace.internal.compat.function.Supplier
get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
length
int length()
-
charAt
char charAt(int index)
-
subSequence
CharSequence subSequence(int start, int end)
-
hashCode
int hashCode()
-
-
-
-