Uses of Class
acdp.misc.Layout.Seq
Packages that use Layout.Seq
-
Uses of Layout.Seq in acdp.misc
Methods in acdp.misc that return Layout.SeqModifier and TypeMethodDescriptionfinal Layout.Seq
Appends the specified layout to the end of this sequence.final Layout.Seq
Layout.Seq.add
(Layout.Seq seq) Appends the specified sequence to the end of this sequence.final Layout.Seq
Appends the specified string value to the end of this sequence.final Layout.Seq
Creates a new sequence, adds it to this layout with the specified key and returns the new sequence.final Layout.Seq
Layout.Seq.addSeq()
Creates a new sequence, appends it to the end of this sequence and returns the new sequence.final Layout.Seq
Returns the sequence with the specified key.final Layout.Seq
Layout.Seq.getSeq
(int index) Returns the sequence at the specified position in this sequence.final Layout.Seq
Layout.getSeqByQualKey
(String qualKey) Returns the sequence with the specified qualified key.final Layout.Seq
Layout.getSeqByQualKey
(String qualKey, char separator) Returns the sequence with the specified qualified key, the keys separated by the specified separator character.final Layout.Seq
Inserts the specified layout at the specified position in this sequence.final Layout.Seq
Layout.Seq.insert
(int index, Layout.Seq seq) Inserts the specified sequence at the specified position in this sequence.final Layout.Seq
Inserts the specified string value at the specified position in this sequence.final Layout.Seq
Layout.Seq.insertSeq
(int index) Creates a new sequence, inserts it at the specified position in this sequence and returns the new sequence.final Layout.Seq
Layout.Seq.remove
(int index) Removes the element at the specified position in this sequence.final Layout.Seq
Replaces the layout at the specified position in this sequence with the specified layout.final Layout.Seq
Layout.Seq.replace
(int index, Layout.Seq seq) Replaces the sequence at the specified position in this sequence with the specified sequence.final Layout.Seq
Replaces the string value at the specified position in this sequence with the specified string value.Methods in acdp.misc with parameters of type Layout.SeqModifier and TypeMethodDescriptionfinal Layout
Layout.add
(String key, Layout.Seq seq) Adds the specified sequence with the specified key.final Layout.Seq
Layout.Seq.add
(Layout.Seq seq) Appends the specified sequence to the end of this sequence.final Layout.Seq
Layout.Seq.insert
(int index, Layout.Seq seq) Inserts the specified sequence at the specified position in this sequence.final Layout
Layout.replace
(String key, Layout.Seq seq) Replaces the stored sequence having the specified key with the specified sequence.final Layout.Seq
Layout.Seq.replace
(int index, Layout.Seq seq) Replaces the sequence at the specified position in this sequence with the specified sequence.