Uses of Interface
eu.bandm.tools.ops.Collections.LiteralMap
Packages that use Collections.LiteralMap
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Collections.LiteralMap in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops that return Collections.LiteralMapModifier and TypeMethodDescriptionstatic <A,
B> Collections.LiteralMap<A, B> Collections.literalMap()
static <A,
B> Collections.LiteralMap<A, B> Collections.literalMap
(A key, B value) static <A,
B> Collections.LiteralMap<A, B> Collections.literalMap
(A key1, B value1, A key2, B value2) static <A,
B> Collections.LiteralMap<A, B> Collections.literalMap
(A key1, B value1, A key2, B value2, A key3, B value3) static <A,
B> Collections.LiteralMap<A, B> Collections.literalMap
(A key1, B value1, A key2, B value2, A key3, B value3, A key4, B value4)