Implementation of {@link PrefixedNameSet} suitable for storing large numberof entries; basically anything above trivially small sets (4 or less).
Notes about usage:
All Strings contained in {@link PrefixedName} instances are assumedinterned, so that equality comparison can be done (both for values stored and keys used)
It is assumed that sets are never empty, ie. always contain at least one entry.
It is assumed that caller has ensured that there are no duplicates in the set -- this data structure does no further validation.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.