Uses of Class
pl.poznan.put.structure.formats.ImmutableCombinedStrand.Builder
Packages that use ImmutableCombinedStrand.Builder
-
Uses of ImmutableCombinedStrand.Builder in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableCombinedStrand.BuilderModifier and TypeMethodDescriptionImmutableCombinedStrand.Builder.addAllInputStrands(Iterable<? extends Strand> elements) Adds elements toinputStrandslist.ImmutableCombinedStrand.Builder.addInputStrands(Strand element) Adds one element toinputStrandslist.ImmutableCombinedStrand.Builder.addInputStrands(Strand... elements) Adds elements toinputStrandslist.ImmutableCombinedStrand.builder()Creates a builder forImmutableCombinedStrand.ImmutableCombinedStrand.Builder.from(AbstractCombinedStrand instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.AbstractCombinedStrandinstance.ImmutableCombinedStrand.Builder.from(CombinedStrand instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.CombinedStrandinstance.ImmutableCombinedStrand.Builder.inputStrands(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrandslist.