Guest User

Untitled

a guest
Jul 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Multimap<Integer,Double> prices = LinkedListMultimap.create();
  2. while (rsloot.next()) {
  3. if (rsloot.getBoolean(("characters.active"))) {
  4. prices.put(rsloot.getInt("loots.charachter_id"), rsloot.getDouble("loots.price"));
  5. }
  6. }
Add Comment
Please, Sign In to add comment