protected static class AbstractNamesTranslator.SimpleMap extends java.lang.Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
map |
Constructor and Description |
---|
SimpleMap() |
Modifier and Type | Method and Description |
---|---|
AbstractNamesTranslator.SimpleMap |
clone()
Creates a copy of the object.
|
java.lang.String |
get(java.lang.String name) |
void |
put(java.lang.String name,
java.lang.String element) |
int |
size() |
java.util.Map<java.lang.String,java.lang.String> |
toMap() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cloneQuietly, cloneQuietly
public java.lang.String get(java.lang.String name)
public void put(java.lang.String name, java.lang.String element)
public java.util.Map<java.lang.String,java.lang.String> toMap()
public int size()
public AbstractNamesTranslator.SimpleMap clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if the instance of the object cannot
be cloned. As this is extending Cloneable
so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.