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 ImmutableAngleSampleImmutableAngleSample.copyOf(AngleSample instance) Creates an immutable copy of aAngleSamplevalue.static ImmutableAngleSampleImmutableAngleSample.of(Collection<Angle> data) Construct a new immutableAngleSampleinstance.final ImmutableAngleSampleImmutableAngleSample.withData(Collection<Angle> value) Copy the current immutable object by setting a value for thedataattribute.