public abstract class CommonModels<T> extends ArrayList<T> implements ModelList
modCount| Modifier | Constructor and Description |
|---|---|
protected |
CommonModels() |
protected |
CommonModels(CommonModels<T> inputList) |
| Modifier and Type | Method and Description |
|---|---|
String |
serialize() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitdeserializecontainsAll, equals, hashCodeparallelStream, streamprotected CommonModels()
protected CommonModels(CommonModels<T> inputList)
public String serialize()
serialize in interface SerializableModelCopyright © 2023 NoraUi. All rights reserved.