Class FixedSegmentArraySection<ARRAY extends Segment>

    • Constructor Detail

      • FixedSegmentArraySection

        public FixedSegmentArraySection​(Class<ARRAY> aSegmentClass)
      • FixedSegmentArraySection

        public FixedSegmentArraySection​(Collection<ARRAY> aSegments)
      • FixedSegmentArraySection

        @SafeVarargs
        public FixedSegmentArraySection​(ARRAY... aSegments)
      • FixedSegmentArraySection

        public FixedSegmentArraySection​(String aAlias,
                                        Class<ARRAY> aSegmentClass)
      • FixedSegmentArraySection

        public FixedSegmentArraySection​(String aAlias,
                                        Collection<ARRAY> aSegments)
      • FixedSegmentArraySection

        public FixedSegmentArraySection​(String aAlias,
                                        org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory,
                                        Collection<ARRAY> aSegments)
      • FixedSegmentArraySection

        @SafeVarargs
        public FixedSegmentArraySection​(String aAlias,
                                        org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory,
                                        ARRAY... aSegments)
      • FixedSegmentArraySection

        public FixedSegmentArraySection​(String aAlias,
                                        org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory)
      • FixedSegmentArraySection

        public FixedSegmentArraySection​(org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory,
                                        Collection<ARRAY> aSegments)
      • FixedSegmentArraySection

        @SafeVarargs
        public FixedSegmentArraySection​(org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory,
                                        ARRAY... aSegments)
      • FixedSegmentArraySection

        public FixedSegmentArraySection​(org.refcodes.factory.TypeFactory<ARRAY> aSegmentFactory)