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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
deserialize
containsAll, equals, hashCode
parallelStream, stream
protected CommonModels()
protected CommonModels(CommonModels<T> inputList)
public String serialize()
serialize
in interface SerializableModel
Copyright © 2023 NoraUi. All rights reserved.