Fqn.Builder| Modifier and Type | Field and Description |
|---|---|
static Fqn |
EMPTY_NAME |
| Constructor and Description |
|---|
FqnImpl(List<String> segments)
Use the of(xxx) factory.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
segment(int i)
Retrieve the decoded segment.
|
int |
size() |
boolean |
startsWith(Fqn other)
Validate that the current Fqn starts with the other Fqn.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, from, fromSegment, newBuilder, of, of, ofSegmentpublic static final Fqn EMPTY_NAME
public int size()
public String segment(int i)
public boolean startsWith(Fqn other)
startsWith in interface FqnCopyright © 2015. All rights reserved.