Class AbstractSetSemantics<SE extends Set<E>,E>

java.lang.Object
org.hibernate.collection.spi.AbstractSetSemantics<SE,E>
All Implemented Interfaces:
CollectionSemantics<SE,E>

public abstract class AbstractSetSemantics<SE extends Set<E>,E> extends Object implements CollectionSemantics<SE,E>