Class ConstSet<T>

java.lang.Object
com.ticxo.modelengine.api.utils.data.ConstSet<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class ConstSet<T> extends Object implements Set<T>