BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 10-20-2009, 02:10 PM   #1
doni49
Thumbs Must Hurt
 
Join Date: Aug 2009
Model: Tour
PIN: N/A
Carrier: Verizon
Posts: 84
Default Hashtable of Custom Objects--Search through the Hashtable for Objects with Spec Value

Please Login to Remove!

I have a class defined:

Code:
class Transaction{
  private int _id;
  private int _parent;
  private int _account;
  private double _amount;

  //I'm not going to show them all here for space reasons, but
  //I do have all the "setters", "getters" & constructors etc that I need
}
Then I have a hashtable that has all the Transaction objects. I'm trying to figure out a way to search through the Hashtable and return all the transactions with "account" = X (X could be any integer).

Could someone offer some advice as to how I can accomplish this? or if you have a better solution, I'm open to that as well. This app is still in its infancy.

TIA!

P.S. I meant to mention that I originally developed this setup based on my experiences with PHP and MySQL. But it dawned on me last night that I don't have the same search capabiites here. And no--I don't want to connect to the MySQL server to do the searches.
__________________
Don

Handspring Visor -> Handspring Visor Deluxe -> Palm Treo 650 on VZW -> Palm Treo 700p on VZW -> Blackberry Tour 9360 on VZW

Last edited by doni49; 10-20-2009 at 02:22 PM..
Offline  
Old 10-20-2009, 04:47 PM   #2
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default

I guess the quick answer is to get an Enumeration of the hashtable, and search through the table looking for you values.

If the table is very large, you might want to look at using SimpleSortingVector to hold the key values, and use this to perform a binary search.
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Fanuc Motherboard A16B-3200-0429/07B picture

Fanuc Motherboard A16B-3200-0429/07B

$674.25



1PCS FANUC System Motherboard A20B-8100-0662 picture

1PCS FANUC System Motherboard A20B-8100-0662

$1697.00



ABB ACS880 motherboard ZCU-14 3AXD5000005164 1PCS picture

ABB ACS880 motherboard ZCU-14 3AXD5000005164 1PCS

$990.00



ABB control motherboard 3BHE024855R0101 UF C921 A101 picture

ABB control motherboard 3BHE024855R0101 UF C921 A101

$2160.00



00-900658-01 Workstation Motherboard for an OEC 9600 X-Ray C-Arm System picture

00-900658-01 Workstation Motherboard for an OEC 9600 X-Ray C-Arm System

$400.00



DSC PC1832 PowerSeries 8-32 Zone Alarm System Motherboard PC1832PCB Board Only picture

DSC PC1832 PowerSeries 8-32 Zone Alarm System Motherboard PC1832PCB Board Only

$199.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.