public final class NetworkLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
static NetworkLocation |
ROOT_LOCATION |
| Constructor and Description |
|---|
NetworkLocation(String... segments) |
| Modifier and Type | Method and Description |
|---|---|
static NetworkLocation |
create(List<String> segments) |
boolean |
equals(Object obj) |
List<String> |
getSegments() |
int |
hashCode() |
NetworkLocation |
subLocation(int start,
int end) |
String |
toString() |
public static final NetworkLocation ROOT_LOCATION
public NetworkLocation(String... segments)
public static NetworkLocation create(List<String> segments)
public NetworkLocation subLocation(int start, int end)
Copyright © 2012–2019. All rights reserved.