Class SafeList<E>

java.lang.Object
org.qiunet.utils.collection.safe.SafeList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, ISafeCollection
Direct Known Subclasses:
IntegerList, LongList, StringList

public class SafeList<E> extends Object implements List<E>, ISafeCollection
不改变类的情况下. 将集合可以定义为不可修改的集合. * 用于配置等地方.
Author:
qiunet Created on 17/3/1 16:28.