0
votes
0answers
41 views

Array Index Out Of Bounds Exception with HashMap in android

having a problem with this bit of code below. What it's supposed to do is take the numbers in arrDBNumbers and use those numbers to fill listview with the 6 different images. arrDBNumbers is full, and ...
0
votes
1answer
20 views

ColorAction extends AbstractAction

I'm trying to extend the AbstractAction class with subclass ColorAction. This class handles the ActionPerformed method by taking the input of the user, in string format, and matching it up with a ...
1
vote
3answers
26 views

Better approch to choose fine data structure for picking random key value from a long list [HashMap,LinkedHashMap and ConcurrentHashMap]

Language : Java Project Type : Web (war application) Requirement : According to region we need to show string literal from database. Description: - We have some language specific database ...
0
votes
2answers
57 views

Lists<List<Double>>adding to HashMap

So, after request of compiling code, here it is. And the problem is that after adding second Hash element Called "B", the output messes up. import java.util.ArrayList; import java.util.HashMap; ...
-3
votes
1answer
43 views

How to convert string to JSON in java script? [closed]

I have a hashmap generated string value that I passing from a java class to a JavaScript function. I need to convert it to JSON. The string looks like this: [{name= joe, age=30, gender=male}, ...
0
votes
1answer
45 views

List to Hashmap to create API

I have some method that return an object and a count, due to the following SQL request public List<Sales> mostLoyal() { String queryString = "SELECT s, COUNT(s.saleId) as TotalNum FROM ...
0
votes
2answers
59 views

removing the value from a object in java or android

private String[] userKeys; userKeys = MHConstants.friendsModelDetails.keySet().toArray( new String[MHConstants.friendsModelDetails.size()]); if(MHConstants.friendsModelDetails.size()>0 ){ ...
0
votes
3answers
73 views

NullPointerException in put method of HashMap [closed]

I know its been asked many times before but I still cant understand my mistake.. This is just a normal code I am writing for counting the number of repetitions in an array( :) It might be a very long ...
0
votes
2answers
32 views

Text file is processed using Hashmap containing List(of maps) as values-How to process?

My text file contains datas like... dept->studentId-StudentData(name and email).. IT-> 1->john->john@ymail.com CSE->2->Santosh->s@gmail.com IT->3->Mike->mike@ymail.com First,I have stored the ...
1
vote
9answers
88 views

HashMap<String, Integer> Search for part of an key?

I am currently using HashMap<String, Integer> which is filled with keys of type String which are all, let's say, 5 chars long. How can I search for an specific key of 4 chars or less, which is ...
0
votes
2answers
25 views

Choosing Hazelcast features

I have a task (i describe it a bit later) and afai understand, Hazelcast is a best choice for it. But it has so many features and usages, so i can't understand what exactly to choose. Actually the ...
-4
votes
4answers
52 views

Check if HashSet/HashMap contains Object [closed]

if I want to check if a certain Object of class MyClass is contained in an ArrayList or the like, I can just overwrite equals. public boolean equals(Object o) { ..... } but what do I have to do ...
0
votes
3answers
42 views

Unexplained behavior while using hashmaps

The stripped down program below works well for me but when I move the hashVal declaration (in bold) outside the for loop, my program does not run correctly. Any reasons why I need it to be inside the ...
-3
votes
3answers
46 views

Is that possible to sort HashMap by Arrays.sort [closed]

I would like to sort an array using Arrays.sort. I know that it should be done by Collections.sort but the teacher wanted use of Arrays.sort is that possible? I would like to pass comparator.
-3
votes
3answers
36 views

How to get values from inner object in the hashmap in java?

I have a HashMap. Object contains info like name, address, email. I am able to iterate HashMap but not able to get values from the Object. Here is my code if anyone can please show me a proper way to ...
-1
votes
3answers
62 views

How to put data into HashMap<key, Object>

I am a new to programming. I have a program that iterates excel file and put values into hashmap HashMapbut object in a hash map is always has last record. I'll post my code and may be you can tell me ...
0
votes
1answer
41 views

Can't get value of Map<BigDecimal, String> by key

I have a map like Map<BigDecimal, String> functions = new HashMap<BigDecimal, String>(); When I try to access the value of map from a JSF page, it displays nothing. I checked the size ...
0
votes
1answer
48 views

deep copy for a graph using hashmap does not work

I have a directed graph having edges as Map<E,Pair<V>>, and vertices as <V>. I want to have a copy of this graph and make some changes in the copy while the original graph does not ...
0
votes
1answer
53 views

Split a text file using delimiter \t and store in hashmap in java

I have a text file of n columns and n rows separated by tab space.. How do i use split function to store the columns and rows into a hashmap.Please help.My text file will be like.. Dept Id Name ...
0
votes
6answers
113 views

Update all values at a time in HashMap

I have a HashMap with some Keys - Values. On some condition I want to update all values to single value regardless of keys. Is there any util or predefined methods to do this, without for loop? Any ...
0
votes
2answers
59 views

Hashmap inside a list to process my text file

I have a text file to be read and processed (separated by one tab space) which is something like: GroupNum Id Name Address 1 1 john USA 1 2 mike Uk 2 3 smith ...
0
votes
1answer
21 views

Working with Java Trie, fails to identify word endings. Fails somewhere in recursion

I am trying to create my own version of a Java Trie in order to have one, and to gain the knowledge it requires to make one, but this project has me perplexed. I have a very basic broken Trie here. ...
0
votes
0answers
12 views

smooks hashmap to bean transformation

In our project we have integration with partners some of which use XML, Others CSV, we also have requirement to persist objects (using OpenJPA for the same). To make such transformations easy we are ...
0
votes
3answers
58 views

Why doesn't HashMap recognize its key, if the key is a String Array?

Let see these codes: HashMap<String, List<String>> testTree = new HashMap<String, List<String>>(); String k = new String("1"); String v = new String("2"); ...
1
vote
2answers
42 views

Map.Entry next method?

I'm looking at the source code for JDK 7 - specifically WeakHashMap.java, where there is extensive use of this: Entry<K,V> p = prev; Entry<K,V> next = p.next; but next isn't a method ...
1
vote
1answer
33 views

Avoid Unchecked Call Warnings

I have the following code (part of it) public class Garage<T extends Vehicle>{ private HashMap< String, T > Cars; private int Max_Cars; private int Count; public ...
-1
votes
4answers
55 views

Database to Java HashMap [closed]

Lets say i have a database with 2 tables: Car Model In Car I have the columns: carID carName: modelID: 0001 Toyota 123 0002 GM 456 In Model I have: modelID modelName ...
0
votes
2answers
39 views

Java (HashMap) - How to save and load an entrySet()?

I have 2 hashmaps and I want both to be saved when the menu button is clicked, and I want to be able to load them (In the example I'm saving just one). void saveHash(HashMap<String, Object> ...
0
votes
2answers
49 views

When i need to use hashMap because it is not synchronized

I know Hashtable is synchronized, whereas HashMap is not. As per my knowledge synchronization means accessing a object at a time by one thread. So there is no problem while using Hashtable. But ...
0
votes
0answers
74 views

Adding data to Java HashMap not working properly

I am trying to add data in my Map. Data: category1 subcategory1-1 a,b,c category1 subcategory1-2 1,2,3 category1 subcategory1-3 c,3 category2 subcategory2-1 c,3 category3 subcategory3-1 ...
-4
votes
2answers
85 views

Take values from ArrayList<HashMap<String, String>> [closed]

I have a problem about getting a value from my ArrayList<HashMap<String, String>>. My code is: ArrayList<HashMap<String, String>> myArrayList; and then: HashMap<String, ...
-2
votes
3answers
66 views

how can i change the hash code of java class?

My doubt is, i have employee class which contains two variable id and name as follows: public class EmpBean { int id=10;; String name="uday"; } I have added this object into HashMap as follows: ...
1
vote
1answer
43 views

Must the .equals method for objects be overriden for instances of that object type in order for them to be used as keys in a HashMap

I am having trouble with Hashmaps. Currently, my HashMap is a HashMap of an enum called Names, using a key of Key Signatures, or HashMap<KeySignature, Names>. Currently, the Name Enum stores ...
0
votes
1answer
50 views

Creating a custom multi-key HashMap

I have been trying to create a custom HashMap which contains 2 keys. The user creates an object of my class with two parameters K and V. The class is made of 2 HashMaps: natively extended <Integer, ...
1
vote
2answers
53 views

Hashmap values of existing keys getting overwritten upon using put to store a new key-value pair. how to prevent it?

HashMap<Integer, ArrayList<Integer>> map = new HashMap<Integer, ArrayList<Integer>>(); ArrayList<Integer> al = new ArrayList<Integer>();//arraylist as ...
2
votes
4answers
88 views

How can I store HashMap<String, ArrayList<String>> inside a list?

My hashmap stores the string as key and arraylist as the values. Now, I need to embed this into a list. That is, it will be of the following form: List<HashMap<String, ...
0
votes
3answers
36 views

memory allocation for hash map

I've hashMap with "Document" as keys and "DocumentSections" as values.Map <Document, DocumentSection> . Document has lots of other member variables (primitive and non primitive).Document has ...
5
votes
4answers
99 views

At which length is a String key of a HashMap considered bad-practice?

I try to pay attention to good performance and clean code all the time. I'm having difficulties trying to grasp whether it's sane to have a HashMap with keys of 150 characters. Is there an ...
0
votes
2answers
37 views

Finding a key in a hashmap [duplicate]

i have created a hashmap with Color Objects as keys. My source code looks like this: HashMap<Color,Integer> hm = new HashMap<Color,Integer>(); Now i would like to check if there is ...
0
votes
4answers
53 views

How to copy a HashMap to an ArrayList with different references

I am having a problem with the references of objects in Java. Here's the situation. Let's say I have an object class called MyObject. class MyObject { Long id; String item; ...
0
votes
0answers
64 views

OutOfMemoryError: Java heap space for saving into HashMap

JAVA RCP application, Windows 7 32bit, jdk1.6.0_21, Eclipse Indigo, We have two revisions of same XML. Both are unmarshalled to tree. Then revisions are combined to make a superset Tree. On ...
-5
votes
1answer
54 views

Get ArrayList entry of a HashMap Entry [closed]

Here is a (hopefully) simple question. How can I get an entry in a ArrayList Object that is stored in a HashMap Object. I know that you can write by: stateIndex.put(nameOfEntry, arrayList); But how ...
-3
votes
3answers
68 views

HashMap: get(key) returns null [closed]

i'm having troubles with HashMap. I had syntax error before so I added brackets before and after put function (red that on StackOverFlow). HashMap<String, String> hm = new HashMap<String, ...
0
votes
0answers
23 views

Writing a map of BufferedImages to file

I am trying to write a Map of buffered images with a key of a String of names. I know that you can write multiple files with ImageIO. But my goal is to make one file (that is not layered) of images, ...
-4
votes
2answers
54 views

“The method put(Object, Object) in the type HashMap is not applicable for the arguments (String, boolean)” [closed]

hm.put("billingEnquiry",true); produces the error The method put(Object, Object) in the type HashMap is not applicable for the arguments (String,boolean)". How to resolve this issue?
0
votes
1answer
55 views

How to group the values which are in excel to a HashMap

i have the following excel: Method Name Status Code getLoggedinUserDetails 400 createRequisition 400 excelMDM 400 and i am able to print the values as they are in excel using ...
0
votes
2answers
51 views

Converting Python into Java and facing some issues

I'm converting the following Python Code into Java code as follows: import random howMany = random.randint(0,1000) stats = {} for i in range(howMany): value = random.randint(0,500) ...
0
votes
2answers
35 views

How can I instantiate the class DefaultHashMap

I'm trying to access the DefaultHashMap class but getting error in the main method. Could anyone please tell me what is the problem? import java.util.Random; import java.util.*; public class ...
1
vote
1answer
75 views

How efficiently can we store all tree nodes into HashMap?

We are trying to store all of tree nodes into a HashMap in a linear fashion (traversing node after node) and running into memory issues(OutOfMemoryError: Java heap space) with max memory set to 90mb ...
0
votes
1answer
27 views

Which data structure should I use for store a UML parameters of methods in Java?

I want to make a UML Diagramming tool to store parameters of methods: One thing I can come up with is(In Ruby): ["method1" => [{"param1" => "foo"}, {"param2" => "bar"}], "method2" => ...

1 2 3 4 5 39