Uses of Interface
org.refcodes.serial.ArrayTransmission
-
Uses of ArrayTransmission in org.refcodes.serial
Subinterfaces of ArrayTransmission in org.refcodes.serialModifier and TypeInterfaceDescriptioninterfaceArraySection<ARRAY extends Transmission>interfaceArraySegment<SEGMENT extends Segment>Classes in org.refcodes.serial that implement ArrayTransmissionModifier and TypeClassDescriptionclassAbstractArrayTransmission<ARRAY extends Transmission>AnAbstractArrayTransmissionis aTransmissionconsisting ofTransmissionelements (an array of elements).classFixedSegmentArraySection<ARRAY extends Segment>AFixedSegmentArraySectionis aSectionconsisting ofSegmentelements with each element of the same (uniform) length (in contrast to theSegmentArraySection).classSegmentArraySection<ARRAY extends Segment>ASegmentArraySectionis aSegmentconsisting ofSegmentelements with each element of presumably different lengths ( in contrast to theFixedSegmentArraySection).