package immutable
Type Members
- case class TypesSet(concreteTypes: Set[ObjectType], upperTypeBounds: Set[ObjectType])(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.