Write an interface for a Class called ChainingHashtable. Be sureto properly use Generics and define methods for all functionalitythat should be public, including a method that returns a sortedIterable.
Solution
Write an interface for a Class called ChainingHashtable. Be sureto properly use Generics and define methods for all functionalitythat should be public, including a method that returns a sortedIterable.
Solution