How to Override the get method of Tree Map in Java
I have a treemap. its key and value is a bean of student which has two
fields regno, name. If i have only reg no of any student then how can i
override the get method of tree map to fetch the value that is bean of
that student.
No comments:
Post a Comment