Interface ComplexCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>>

All Superinterfaces:
Collection<T>, GenericCollection<T,EC>, Iterable<T>, Serializable, StructuredCollection<T,EC,CT>

public interface ComplexCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>> extends StructuredCollection<T,EC,CT>