Package org.ujmp.core.collections
Class Dictionary
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<M>
-
- org.ujmp.core.collections.list.ArrayIndexList<java.lang.String>
-
- org.ujmp.core.collections.Dictionary
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<java.lang.String>
,java.util.Collection<java.lang.String>
,java.util.List<java.lang.String>
,java.util.RandomAccess
public class Dictionary extends ArrayIndexList<java.lang.String>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isFixed
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Dictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(java.lang.String string)
boolean
isFixed()
void
setFixed(boolean fixed)
-
Methods inherited from class org.ujmp.core.collections.list.ArrayIndexList
add, addAll, addAll, clear, contains, indexOf, lastIndexOf, remove, remove, set
-
Methods inherited from class java.util.ArrayList
clone, ensureCapacity, equals, forEach, get, hashCode, isEmpty, iterator, listIterator, listIterator, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
isFixed
private boolean isFixed
-
-
Method Detail
-
add
public boolean add(java.lang.String string)
- Specified by:
add
in interfacejava.util.Collection<java.lang.String>
- Specified by:
add
in interfacejava.util.List<java.lang.String>
- Overrides:
add
in classArrayIndexList<java.lang.String>
-
isFixed
public boolean isFixed()
-
setFixed
public void setFixed(boolean fixed)
-
-