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