Create a BiMap[String, Double] from RDD[String].
Create a BiMap[String, Double] from RDD[String]. The Double index starts from 0.
RDD of String
a String to Double BiMap
Create a BiMap[String, Double] from an array of String.
Create a BiMap[String, Double] from an array of String. NOTE: the the array cannot have duplicated element. The Double index starts from 0.
a set of String
a String to Double BiMap
Create a BiMap[String, Double] from a set of String.
Create a BiMap[String, Double] from a set of String. The Double index starts from 0.
a set of String
a String to Double BiMap
Create a BiMap[String, Int] from RDD[String].
Create a BiMap[String, Int] from RDD[String]. The Int index starts from 0.
RDD of String
a String to Int BiMap
Create a BiMap[String, Int] from an array of String.
Create a BiMap[String, Int] from an array of String. NOTE: the the array cannot have duplicated element. The Int index starts from 0.
a set of String
a String to Int BiMap
Create a BiMap[String, Int] from a set of String.
Create a BiMap[String, Int] from a set of String. The Int index starts from 0.
a set of String
a String to Int BiMap
Create a BiMap[String, Long] from RDD[String].
Create a BiMap[String, Long] from RDD[String]. The Long index starts from 0.
RDD of String
a String to Long BiMap
Create a BiMap[String, Long] from an array of String.
Create a BiMap[String, Long] from an array of String. NOTE: the the array cannot have duplicated element. The Long index starts from 0.
a set of String
a String to Long BiMap
Create a BiMap[String, Long] from a set of String.
Create a BiMap[String, Long] from a set of String. The Long index starts from 0.
a set of String
a String to Long BiMap