Search This Blog

Java bidirectional map, one to one mapping, get key from value

  1. For one to one Mapping: google collections has BiMap which is an bidirectional map. (see how to use google collections in GWT)
  2. See also: Stackoverflow

No comments:

Post a Comment