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