Uses of Class
pl.poznan.put.structure.formats.ImmutableEntry.Builder
-
Packages that use ImmutableEntry.Builder Package Description pl.poznan.put.structure.formats -
-
Uses of ImmutableEntry.Builder in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableEntry.Builder Modifier and Type Method Description static ImmutableEntry.BuilderImmutableEntry. builder()Creates a builder forImmutableEntry.ImmutableEntry.BuilderImmutableEntry.Builder. comment(String comment)Initializes the value for thecommentattribute.ImmutableEntry.BuilderImmutableEntry.Builder. from(BpSeq.Entry instance)Fill a builder with attribute values from the providedEntryinstance.ImmutableEntry.BuilderImmutableEntry.Builder. index(int index)Initializes the value for theindexattribute.ImmutableEntry.BuilderImmutableEntry.Builder. pair(int pair)Initializes the value for thepairattribute.ImmutableEntry.BuilderImmutableEntry.Builder. seq(char seq)Initializes the value for theseqattribute.
-