Class FixedListSequence<T>

    • Constructor Detail

      • FixedListSequence

        public FixedListSequence​(java.util.List<T> list,
                                 TypeRegistry registry,
                                 java.lang.Class<?>... params)
        Creates a new array collection wrapper.
        Parameters:
        list - the wrapped list
        registry - the type registry to convert params
        params - the type parameter characterizing
      • FixedListSequence

        public FixedListSequence​(java.util.List<T> list,
                                 TypeDescriptor<?>... params)
        Creates a new array collection wrapper.
        Parameters:
        list - the wrapped list
        params - the type parameter characterizing