public static class Rt.TemplatesByPrior extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<Double,Rt.TemplatesByKind> |
byPrior |
static Function<Rt.TemplatesByPrior,CheckedMap_RD<Double,Rt.TemplatesByKind>> |
get_byPrior
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByPrior,CheckedMap_RD<Double,Rt.TemplatesByKind>> |
get_inverse
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.TemplatesByPrior,NamespaceName> |
get_mode
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<Double,Rt.TemplatesByKind> |
inverse |
protected NamespaceName |
mode |
format
Constructor and Description |
---|
TemplatesByPrior() |
TemplatesByPrior(NamespaceName mode) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey_byPrior(double key0) |
boolean |
containsKey_inverse(double key0) |
void |
descend_byPrior(Rt.MATCH_ONLY_00 visitor) |
void |
descend_inverse(Rt.MATCH_ONLY_00 visitor) |
Rt.TemplatesByPrior |
doclone() |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedMap_RD<Double,Rt.TemplatesByKind> |
get_byPrior() |
CheckedMap_RD<Double,Rt.TemplatesByKind> |
get_inverse() |
NamespaceName |
get_mode() |
Rt.TemplatesByPrior |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
void |
put_byPrior(double key0,
Rt.TemplatesByKind value) |
void |
put_inverse(double key0,
Rt.TemplatesByKind value) |
boolean |
set_byPrior(CheckedMap_RD<Double,Rt.TemplatesByKind> val) |
boolean |
set_inverse(CheckedMap_RD<Double,Rt.TemplatesByKind> val) |
boolean |
set_mode(NamespaceName val) |
protected NamespaceName mode
@Deprecated public static final Function<Rt.TemplatesByPrior,NamespaceName> get_mode
protected CheckedMap_RD<Double,Rt.TemplatesByKind> byPrior
@Deprecated public static final Function<Rt.TemplatesByPrior,CheckedMap_RD<Double,Rt.TemplatesByKind>> get_byPrior
protected CheckedMap_RD<Double,Rt.TemplatesByKind> inverse
@Deprecated public static final Function<Rt.TemplatesByPrior,CheckedMap_RD<Double,Rt.TemplatesByKind>> get_inverse
public TemplatesByPrior(NamespaceName mode)
public TemplatesByPrior()
public Rt.TemplatesByPrior doclone()
public Format format()
format
in interface Formattable
public Rt.TemplatesByPrior initFrom(Object o0)
public NamespaceName get_mode()
public boolean set_mode(NamespaceName val)
public CheckedMap_RD<Double,Rt.TemplatesByKind> get_byPrior()
public boolean set_byPrior(CheckedMap_RD<Double,Rt.TemplatesByKind> val)
public void put_byPrior(double key0, Rt.TemplatesByKind value)
public boolean containsKey_byPrior(double key0)
public void descend_byPrior(Rt.MATCH_ONLY_00 visitor)
public CheckedMap_RD<Double,Rt.TemplatesByKind> get_inverse()
public boolean set_inverse(CheckedMap_RD<Double,Rt.TemplatesByKind> val)
public void put_inverse(double key0, Rt.TemplatesByKind value)
public boolean containsKey_inverse(double key0)
public void descend_inverse(Rt.MATCH_ONLY_00 visitor)
see also the complete user documentation .