Radix tree are very useful data structure to preform radix search.
A classic example is searching for contacts which requires to filter contacts while typing.
This is a port of Tahseen Ur Rehman original radix tree in java.
The code comes with an example of live filtering a contact list (xcode 4.5).