I\'d like to link 2 columns of unique identifiers and be able to get a first column value by a second column value as well as a second column value by a first column value. Some
Guava has a bimap that you can use along with
import scala.collection.JavaConversions._