- Type Parameters:
V -
- All Superinterfaces:
- EntryIterable<String,V>, HasValues<String,V>, Serializable
- All Known Subinterfaces:
- StringTo.Many<V>
- All Known Implementing Classes:
- StringDictionaryDefault, StringToAbstract, StringToDeepMap, StringToGwt, StringToManyList
public interface StringTo<V>
extends HasValues<String,V>, Serializable
StringTo is a special mapping interface,
since it has the best possible native support in dictionary-oriented
languages, like javascript, we do not extend ObjectTo, which
forces generic override problems in the GWT compiler,
rather, we tie in to the HasValues interface instead.
- Author:
- "James X. Nelson (james@wetheinter.net)"