abstract class CachedGroundType
extends Type with CachedType

Instances of this class are cached and are not proxies.

Constructors

CachedGroundType ( )

Members

private var myHash : Int
def computeHash : Int
final def hash : Int

customized hash code of this type. NotCached for uncached types. Cached types compute hash and use it as the type's hashCode.

customized hash code of this type. NotCached for uncached types. Cached types compute hash and use it as the type's hashCode.

override final def hashCode : Int