Package org.rspeer.commons
Class SerializableList<T>
- java.lang.Object
-
- org.rspeer.commons.SerializableList<T>
-
public abstract class SerializableList<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description SerializableList()
SerializableList(List<T> data)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
add(T account)
T
get(int index)
abstract void
load()
void
remove(T account)
abstract void
save()
void
set(int index, T element)
abstract T[]
values()
-