Package com.castlabs.utils
Class UriUtils
- java.lang.Object
-
- com.castlabs.utils.UriUtils
-
-
Constructor Summary
Constructors Constructor Description UriUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Uri
getLca(Uri inV, Uri inW)
Returns the least common ancestor of th two Uri's.static Uri
parent(Uri uri)
Get the parent of the given Uri by walking up the path segments one element.
-