Searched refs:stringUnitSystems (Results 1 – 1 of 1) sorted by relevance
1965 public static Set<UnitSystem> fromStringCollection(Collection<String> stringUnitSystems) { in fromStringCollection() argument1966 return stringUnitSystems.stream() in fromStringCollection()1972 public static Set<String> toStringSet(Collection<UnitSystem> stringUnitSystems) { in toStringSet() argument1974 stringUnitSystems.stream().map(x -> x.toString()).collect(Collectors.toList())); in toStringSet()