Class ExtendedAddressWithNestedLists


  • public class ExtendedAddressWithNestedLists
    extends Address
    Created by ryan on 4/18/16.
    • Constructor Detail

      • ExtendedAddressWithNestedLists

        public ExtendedAddressWithNestedLists()
      • ExtendedAddressWithNestedLists

        public ExtendedAddressWithNestedLists​(String street,
                                              String city,
                                              String state,
                                              String postalCode,
                                              String country)
        Create a new ExtendedAddress.
        Parameters:
        street -
        city -
        state -
        postalCode -
        country -
    • Method Detail

      • setStuff

        public void setStuff​(List<String> stuff)
      • addStuff

        public void addStuff​(String thing)