Results 1 to 7 of 7
Thread: RowFilter.regexFilter
- 01-24-2011, 01:16 PM #1
Member
- Join Date
- May 2010
- Posts
- 47
- Rep Power
- 0
- 01-24-2011, 01:33 PM #2
What happened when you tried?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-24-2011, 02:35 PM #3
Member
- Join Date
- May 2010
- Posts
- 47
- Rep Power
- 0
RowFilter.regexFilter
after playing around sometime got it to works thanks any way
is there a way to remove this filter ? after setting it ?
regards
- 01-24-2011, 02:36 PM #4
...what did you try?
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-24-2011, 03:44 PM #5
Member
- Join Date
- May 2010
- Posts
- 47
- Rep Power
- 0
RowFilter.regexFilter
setting filter for many columns -- works
RowFilter.regexFilter("Am",6);
i.e. this filters in the 6th column all entries starting with "Am"
i want to now reset this filter or to in other words , remove this filter
regards
- 01-24-2011, 03:46 PM #6
If you want help with code, you'll have to provide an SSCCE that demonstrates what you're actually doing.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-25-2011, 01:43 PM #7
Member
- Join Date
- May 2010
- Posts
- 47
- Rep Power
- 0
hashtable
Sorry for not being clear .
after doing some research in internet found the following post which is what i was trying to do.
I was trying to use HashTable for duplicate keys which i found not possible , since it ll always overwrite the last entry
There is a description of either to use Multimap or to build our multimap in this post .. perhaps its useful for people who are looking for similar solutions
collections - Multi-valued hashtable in Java - Stack Overflow
Thanks
Regards
kmm


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks