Package eu.bandm.tools.xslt.base
Class Rt.TemplatesByPrior
java.lang.Object
eu.bandm.tools.xslt.base.Rt.TemplatesByPrior
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- Rt
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedMap_RD<Double,
Rt.TemplatesByKind> static final Function<Rt.TemplatesByPrior,
CheckedMap_RD<Double, Rt.TemplatesByKind>> Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByPrior,
CheckedMap_RD<Double, Rt.TemplatesByKind>> Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByPrior,
NamespaceName> Deprecated.Use new '::' method reference instead.protected CheckedMap_RD<Double,
Rt.TemplatesByKind> protected NamespaceName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey_byPrior
(double key0) boolean
containsKey_inverse
(double key0) void
descend_byPrior
(Rt.MATCH_ONLY_00 visitor) Deprecated.void
descend_inverse
(Rt.MATCH_ONLY_00 visitor) Deprecated.doclone()
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.get_mode()
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
boolean
boolean
set_mode
(NamespaceName val)
-
Field Details
-
mode
-
get_mode
Deprecated.Use new '::' method reference instead. -
byPrior
-
get_byPrior
@Deprecated public static final Function<Rt.TemplatesByPrior,CheckedMap_RD<Double, get_byPriorRt.TemplatesByKind>> Deprecated.Use new '::' method reference instead. -
inverse
-
get_inverse
@Deprecated public static final Function<Rt.TemplatesByPrior,CheckedMap_RD<Double, get_inverseRt.TemplatesByKind>> Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
TemplatesByPrior
-
TemplatesByPrior
public TemplatesByPrior()
-
-
Method Details
-
doclone
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_mode
-
set_mode
-
get_byPrior
-
set_byPrior
-
put_byPrior
-
containsKey_byPrior
public boolean containsKey_byPrior(double key0) -
descend_byPrior
Deprecated. -
get_inverse
-
set_inverse
-
put_inverse
-
containsKey_inverse
public boolean containsKey_inverse(double key0) -
descend_inverse
Deprecated.
-