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 toinputStrands
list.ImmutableCombinedStrand.Builder.addInputStrands
(Strand element) Adds one element toinputStrands
list.ImmutableCombinedStrand.Builder.addInputStrands
(Strand... elements) Adds elements toinputStrands
list.ImmutableCombinedStrand.builder()
Creates a builder forImmutableCombinedStrand
.ImmutableCombinedStrand.Builder.from
(AbstractCombinedStrand instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.AbstractCombinedStrand
instance.ImmutableCombinedStrand.Builder.from
(CombinedStrand instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.CombinedStrand
instance.ImmutableCombinedStrand.Builder.inputStrands
(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrands
list.