Uses of Class
pl.poznan.put.structure.formats.ImmutableCt
Packages that use ImmutableCt
-
Uses of ImmutableCt in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableCtModifier and TypeMethodDescriptionImmutableCt.Builder.build()
Builds a newImmutableCt
.static ImmutableCt
Creates an immutable copy of aCt
value.static ImmutableCt
ImmutableCt.of
(Iterable<? extends Ct.ExtendedEntry> entries) Construct a new immutableCt
instance.static ImmutableCt
ImmutableCt.of
(SortedSet<Ct.ExtendedEntry> entries) Construct a new immutableCt
instance.final ImmutableCt
ImmutableCt.withEntries
(Iterable<? extends Ct.ExtendedEntry> elements) Copy the current immutable object with elements that replace the content ofentries
.final ImmutableCt
ImmutableCt.withEntries
(Ct.ExtendedEntry... elements) Copy the current immutable object with elements that replace the content ofentries
.