Package org.ujmp.core.collections
Class Dictionary
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<String>
,Collection<String>
,List<String>
,RandomAccess
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private static final long
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
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, forEach, get, isEmpty, iterator, listIterator, listIterator, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractList
equals, hashCode
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream
Methods inherited from interface java.util.List
containsAll, equals, hashCode
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
isFixed
private boolean isFixed
-
-
Constructor Details
-
Dictionary
public Dictionary()
-
-
Method Details
-
add
- Specified by:
add
in interfaceCollection<String>
- Specified by:
add
in interfaceList<String>
- Overrides:
add
in classArrayIndexList<String>
-
isFixed
public boolean isFixed() -
setFixed
public void setFixed(boolean fixed)
-