Search:

Type: Posts; User: Jad_Asmar

Search: Search took 0.07 seconds.

  1. Re: HashMap , trying to get the size of the value and NOT the keys.

    Thank you , thank you , thank you.
    You sir have made my day ! :D
  2. Re: HashMap , trying to get the size of the value and NOT the keys.

    The length of the keys in the picture that i attached is 6 , but the length or ( count ) of the values is 4 .
    If you use map.size(); a value of 6 will be returned .
    What can i code or what can i...
  3. Re: HashMap , trying to get the size of the value and NOT the keys.

    It is very simple , map.size() will give us the length of key from the HashMap , i just want the length of the values not the keys.

    Here i sketched this :2831
  4. Re: HashMap , trying to get the size of the value and NOT the keys.

    Thank you for your reply,
    What I meant is that in my assignment the first question asked is " what is the number of the tags of the novel ?" and by tags i mean " Location " or "Person"...
    The keys...
  5. HashMap , trying to get the size of the value and NOT the keys.

    Hello guys , I am asked in my assignment to make a program that accepts a text file as an example a novel and i have to sort each word as a PERSON or ORGANIZATION or LOCATION or O as in Other ,...
Results 1 to 5 of 5