Class SafeHashSet<E>

java.lang.Object
org.qiunet.utils.collection.safe.SafeHashSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>, ISafeCollection
Direct Known Subclasses:
IntegerSet, LongSet, StringSet

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