Class AdaptedSetCollection<T,V>

java.lang.Object
com.fastasyncworldedit.core.util.collection.AdaptedSetCollection<T,V>
All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>

public class AdaptedSetCollection<T,V> extends Object implements Set<V>
Adapt a collection to a set. It's assumed that the collection is set like, otherwise behavior will be weird