Create a GUI system that will allow a user to add and remove employees where each employee has an employee id (six-digit number), employee name, and years of service. Use the hashcode method of the Integer class as your hashing function and use one of the Java Collections API implementations of hashing.
Basically, I'm just looking for the code I'd need inside it, what would involve the hashcodes.