Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Binary Search
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Mike Schilling, post: 4199806"] Simple use case that I've done several times: I'm going to parse a file. For each keyword, I create an object that describes how it should be processed; one of its fields is the string representation of the keyword. I put it in a map using that field as the key (map.put (kw.getName(), kw). Where do I get the String I'll use to look it up? From reading the file. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Binary Search
Top