Uses of Class
pl.poznan.put.circular.samples.ImmutableAngleSample
Packages that use ImmutableAngleSample
-
Uses of ImmutableAngleSample in pl.poznan.put.circular.samples
Methods in pl.poznan.put.circular.samples that return ImmutableAngleSampleModifier and TypeMethodDescriptionImmutableAngleSample.Builder.build()
Builds a newImmutableAngleSample
.static ImmutableAngleSample
ImmutableAngleSample.copyOf
(AngleSample instance) Creates an immutable copy of aAngleSample
value.static ImmutableAngleSample
ImmutableAngleSample.of
(Collection<Angle> data) Construct a new immutableAngleSample
instance.final ImmutableAngleSample
ImmutableAngleSample.withData
(Collection<Angle> value) Copy the current immutable object by setting a value for thedata
attribute.