Class CollectionObjectDescription

    • Constructor Detail

      • CollectionObjectDescription

        public CollectionObjectDescription​(Class c)
        Creates a list object description for the given collection class.

        Throws ClassCastException if the given class is no collection instance.

        Parameters:
        c - the class of the collection implementation.