static <ARRAY extends Segment> SegmentArraySection<ARRAY> |
SerialSugar.arraySection(ARRAY... aSegmentArray) |
|
static <ARRAY extends Segment> SegmentArraySection<ARRAY> |
SerialSugar.arraySection(Class<ARRAY> aSegmentClass) |
|
static <ARRAY extends Segment> SegmentArraySection<ARRAY> |
SerialSugar.arraySection(org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory) |
Constructs a SegmentArraySection with instances of the array
being created using the provided TypeFactory instance.
|
static <ARRAY extends Segment> SegmentArraySection<ARRAY> |
SerialSugar.arraySection(org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory,
ARRAY... aSegmentArray) |
|
SegmentArraySection<ARRAY> |
SegmentArraySection.withArray(ARRAY[] aValue) |