hi everyone. i have a problem i can't understand
LinkedList bTRX = new LinkedList();
bTRX.add("test");
bTRX.add("test1");
map.put(TRX, bTRX);
//now i would like to add new element to bTRX through my map, what //i'm doing wrong??
(LinkedList)(map.get(TRX)).add("test2");
thaks for any solution, best regards