public class Namespace extends Object
Modifier | Constructor and Description |
---|---|
|
Namespace(Iterable<String> namespaces)
Create a new namespace hierarchy
|
protected |
Namespace(String name,
String qualifiedName) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(String key) |
boolean |
equals(Object other) |
Namespace |
get(String key) |
protected Map<String,Namespace> |
getChildren() |
protected String |
getName() |
String |
getQualifiedName() |
int |
hashCode() |
String |
qualifyName(String suffix) |
String |
toString() |
public Namespace(Iterable<String> namespaces)
namespace
- Copyright © 2016. All rights reserved.