Package com.e1c.langtool.storage.model
Class StorageIdList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Collection<String>,List<String>,RandomAccess
The list of storage IDs. The object should contains only valid strings of
StorageID that has format
providerID:segmentID.
This model object is not allowed to modify after created project settings.- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
StorageIdList
public StorageIdList()
-
-
Method Details
-
getStorageIds
Gets the storage IDs.- Returns:
- the storage IDs, cannot return
null.
-
clear
public void clear() -
remove
-
add
-
add
-
addAll
-