I am new to Java, the function I would like to perform is to load a series of data from a file, into my hashSet() function.
the problem is, I able to ...
I have a bitset of binary data that I wish to encode compactly as an ASCII string. I intend to initially compress the data using run-length encoding to give a ...
I'm trying to teach myself java. I'm trying to write a program that takes a string with no spaces and separates it into words.
My plan of attack was to partition the ...
I have created a java project which reads a text file and calculates the prices based on the salepersons productivity and writes it to a file using hashmap. This is based on there salesid, I need to get the sales person name once and write it separatly to the file. I am trying to use a hashset but haven't figured it ...
Hi RamyaSivakanth, How do i do that. I do not find any get() into the hashSet, Set, Collection .... I have a hashSet This "project" contains a Customer Class (and other). 1) What do i have to do when i want to search for the name attribute in the Customer class ? 2) How can i find an object when i ...