Coder Social home page Coder Social logo

addresses-using-java's Introduction

Address Book

The objective is to match Customer IDs, which are ints, with Address instances.

You will have an AddressBook interface, and two implementations of that interface - AddressBookListImpl & AddressBookMapImpl. You will modify only the implementation (...Impl) classes. Do not modify the AddressBook interface.

The two implementation (...Impl) classes have empty method bodies. You need to implement those method bodies in order for the classes to work. Refer to the comments on the required implementation for each method.

AddressBookListImpl

  • Contains two List fields, one containing the Customer IDs, & the other containing the Address objects.

AddressBookMapImpl

  • Contains a Map field that will contain the Customer IDs as keys, & Address objects as values.

Testing

A JUnit test class has been provided to test your work. You don't need to know anything about JUnit, just run it and check if any tests failed.

Testing on Eclipse

Right-click the src/test/java directory, then "Run As", then "JUnit Test". A green bar means all tests pass. A red bar means one or more tests failed - check the output to see what failed.

Testing on the Command Line

Open a terminal on the project root directory. Run the command "gradle test".

Testing on IntelliJ IDEA

Click the test directory, then press Ctrl+Shift+F10.

addresses-using-java's People

Contributors

alexandralanorias avatar calen-legaspi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.