Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

java problem with implementing a interface

i have two classes the first

public interface Map<K extends Comparable<K>, T> { ... }

how to implements the interface to my second class

public class BST<T> implements ... ?

Comments