Uses of Class
pl.poznan.put.structure.formats.ImmutableCt
-
Packages that use ImmutableCt Package Description pl.poznan.put.structure.formats -
-
Uses of ImmutableCt in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableCt Modifier and Type Method Description ImmutableCtImmutableCt.Builder. build()Builds a newImmutableCt.static ImmutableCtImmutableCt. copyOf(Ct instance)Creates 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.ImmutableCtImmutableCt. withEntries(Iterable<? extends Ct.ExtendedEntry> elements)Copy the current immutable object with elements that replace the content ofentries.ImmutableCtImmutableCt. withEntries(Ct.ExtendedEntry... elements)Copy the current immutable object with elements that replace the content ofentries.
-