public class GAETopicId extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WILD |
static String |
WILDWILD |
| Constructor and Description |
|---|
GAETopicId(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
depth() |
boolean |
equals(Object obj) |
String |
getSegment(int i) |
int |
hashCode() |
boolean |
isParentOf(GAETopicId id) |
boolean |
isWild() |
boolean |
matches(GAETopicId name) |
boolean |
matches(String name) |
static String |
normalize(String topicId) |
String |
toString() |
public static final String WILD
public static final String WILDWILD
public GAETopicId(String name)
public boolean isWild()
public boolean matches(GAETopicId name)
public int depth()
public boolean isParentOf(GAETopicId id)
public String getSegment(int i)