protected static class AbstractNamesTranslator.SimpleList extends java.lang.Object implements java.lang.Iterable<java.lang.String>, Cloneable
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
list |
| Constructor and Description |
|---|
SimpleList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String s) |
AbstractNamesTranslator.SimpleList |
clone()
Creates a copy of the object.
|
boolean |
contains(java.lang.String s) |
java.lang.String |
get(int index) |
boolean |
hasUniqueValues() |
int |
indexOf(java.lang.String s) |
boolean |
isEmpty() |
java.util.Iterator<java.lang.String> |
iterator() |
void |
set(int index,
java.lang.String s) |
int |
size() |
java.util.List<java.lang.String> |
toList() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloneQuietly, cloneQuietlypublic AbstractNamesTranslator.SimpleList clone() throws java.lang.CloneNotSupportedException
Cloneableclone in class java.lang.Objectjava.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()}.public void add(java.lang.String s)
public boolean contains(java.lang.String s)
public int indexOf(java.lang.String s)
public int size()
public java.lang.String get(int index)
public void set(int index,
java.lang.String s)
public java.util.Iterator<java.lang.String> iterator()
iterator in interface java.lang.Iterable<java.lang.String>public boolean isEmpty()
public java.util.List<java.lang.String> toList()
public boolean hasUniqueValues()