| Modifier and Type | Method and Description |
|---|---|
static String |
ensureNotSpecial(String segment) |
boolean |
equals(Object obj) |
List<String> |
getSegments() |
int |
hashCode() |
static Topic |
of(List<String> segments) |
static Topic |
of(String first,
String... strings) |
static Topic |
split(String path) |
Stream<String> |
stream() |
String |
toString() |
public List<String> getSegments()
public static String ensureNotSpecial(String segment)
Copyright © 2017. All rights reserved.