Uses of Interface
eu.bandm.tools.ops.Collections.LiteralList
Packages that use Collections.LiteralList
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Collections.LiteralList in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops that return Collections.LiteralListModifier and TypeMethodDescriptionstatic <A> Collections.LiteralList<A>
Collections.literalList()
Very similar toArrays.asList(T...)
, but truely immutable.static <A> Collections.LiteralList<A>
Collections.literalList
(A value) Very similar toArrays.asList(T...)
, but truely immutable.static <A> Collections.LiteralList<A>
Collections.literalList
(A value1, A value2) Very similar toArrays.asList(T...)
, but truely immutable.static <A> Collections.LiteralList<A>
Collections.literalList
(A value1, A value2, A value3) Very similar toArrays.asList(T...)
, but truely immutable.static <A> Collections.LiteralList<A>
Collections.literalList
(A value1, A value2, A value3, A value4) Very similar toArrays.asList(T...)
, but truely immutable.