package immutable
Type Members
- case class TypesSet(concreteTypes: Set[ClassType], upperTypeBounds: Set[ClassType])(implicit classHierarchy: ClassHierarchy) extends collection.TypesSet with Product with Serializable
An efficient representation of a set of types if some types are actually upper type bounds and hence already represent sets of types.