Class CollectionRecipe

  • All Implemented Interfaces:
    java.io.Serializable, Recipe

    public class CollectionRecipe
    extends AbstractRecipe
    Version:
    $Rev: 6685 $ $Date: 2005-12-28T00:29:37.967210Z $
    See Also:
    Serialized Form
    • Constructor Detail

      • CollectionRecipe

        public CollectionRecipe()
      • CollectionRecipe

        public CollectionRecipe​(java.lang.String type)
      • CollectionRecipe

        public CollectionRecipe​(java.lang.Class type)
      • CollectionRecipe

        public CollectionRecipe​(java.util.Collection<?> collection)
      • CollectionRecipe

        public CollectionRecipe​(CollectionRecipe collectionRecipe)