Class FixedListSet<T>

    • Constructor Detail

      • FixedListSet

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

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