final class SubtypeCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PersistentMap<NominalType,NominalType> |
m |
Modifier | Constructor and Description |
---|---|
private |
SubtypeCache(PersistentMap<NominalType,NominalType> m) |
Modifier and Type | Method and Description |
---|---|
(package private) static SubtypeCache |
create() |
(package private) NominalType |
get(NominalType key) |
(package private) SubtypeCache |
with(NominalType key,
NominalType value) |
private final PersistentMap<NominalType,NominalType> m
private SubtypeCache(PersistentMap<NominalType,NominalType> m)
static SubtypeCache create()
NominalType get(NominalType key)
SubtypeCache with(NominalType key, NominalType value)