一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

服務器之家:專注于服務器技術及軟件下載分享
分類導航

PHP教程|ASP.NET教程|Java教程|ASP教程|編程技術|正則表達式|C/C++|IOS|C#|Swift|Android|VB|R語言|JavaScript|易語言|vb.net|

服務器之家 - 編程語言 - Java教程 - java中實現(xiàn)list或set轉(zhuǎn)map的方法

java中實現(xiàn)list或set轉(zhuǎn)map的方法

2020-08-01 15:27java教程網(wǎng) Java教程

這篇文章主要介紹了java中實現(xiàn)list或set轉(zhuǎn)map的方法的相關資料,需要的朋友可以參考下

java中實現(xiàn)list或set轉(zhuǎn)map的方法

在開發(fā)中我們有時需要將list或set轉(zhuǎn)換為map(比如對象屬性中的唯一鍵作為map的key,對象作為map的value),一般的想法就是new一個map,然后把list或set中的值一個個push到map中。

類似下面的代碼:

?
1
2
3
4
5
List<String> stringList = Lists.newArrayList("t1", "t2", "t3");
Map<String, String> map = Maps.newHashMapWithExpectedSize(stringList.size());
for (String str : stringList) {
  map.put(str, str);
}

是否還有更優(yōu)雅的寫法呢?答案是有的。

guava提供了集合(實現(xiàn)了Iterables接口或Iterator接口)轉(zhuǎn)map的方法,方法定義如下:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/**
 
* Returns an immutable map for which the {@link Map#values} are the given
 * elements in the given order, and each key is the product of invoking a
 * supplied function on its corresponding value.
 *
 * @param values the values to use when constructing the {@code Map}
 * @param keyFunction the function used to produce the key for each value
 * @return a map mapping the result of evaluating the function {@code
 *     keyFunction} on each value in the input collection to that value
 * @throws IllegalArgumentException if {@code keyFunction} produces the same
 *     key for more than one value in the input collection
 * @throws NullPointerException if any elements of {@code values} is null, or
 *     if {@code keyFunction} produces {@code null} for any value
 */
public static <K, V> ImmutableMap<K, V> uniqueIndex(
  Iterable<V> values, Function<? super V, K> keyFunction) {
 return uniqueIndex(values.iterator(), keyFunction);
}
 
/**
 * Returns an immutable map for which the {@link Map#values} are the given
 * elements in the given order, and each key is the product of invoking a
 * supplied function on its corresponding value.
 *
 * @param values the values to use when constructing the {@code Map}
 * @param keyFunction the function used to produce the key for each value
 * @return a map mapping the result of evaluating the function {@code
 *     keyFunction} on each value in the input collection to that value
 * @throws IllegalArgumentException if {@code keyFunction} produces the same
 *     key for more than one value in the input collection
 * @throws NullPointerException if any elements of {@code values} is null, or
 *     if {@code keyFunction} produces {@code null} for any value
 * @since 10.0
 */
public static <K, V> ImmutableMap<K, V> uniqueIndex(
  Iterator<V> values, Function<? super V, K> keyFunction) {
 checkNotNull(keyFunction);
 ImmutableMap.Builder<K, V> builder = ImmutableMap.builder();
 while (values.hasNext()) {
  V value = values.next();
  builder.put(keyFunction.apply(value), value);
 }
 return builder.build();
}

這樣我們就可以很方便的進行轉(zhuǎn)換了,如下:

?
1
2
3
4
5
6
7
List<String> stringList = Lists.newArrayList("t1", "t2", "t3");
Map<String, String> map = Maps.uniqueIndex(stringList, new Function<String, String>() {
  @Override
  public String apply(String input) {
    return input;
  }
});

需要注意的是,如接口注釋所說,如果Function返回的結果產(chǎn)生了重復的key,將會拋出異常。

java8也提供了轉(zhuǎn)換的方法,這里直接照搬別人博客的代碼:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@Test
public void convert_list_to_map_with_java8_lambda () { 
    
  List<Movie> movies = new ArrayList<Movie>(); 
  movies.add(new Movie(1, "The Shawshank Redemption")); 
  movies.add(new Movie(2, "The Godfather")); 
  
  Map<Integer, Movie> mappedMovies = movies.stream().collect( 
      Collectors.toMap(Movie::getRank, (p) -> p)); 
  
  logger.info(mappedMovies); 
  
  assertTrue(mappedMovies.size() == 2); 
  assertEquals("The Shawshank Redemption", mappedMovies.get(1).getDescription()); 

參考:http://m.ythuaji.com.cn/article/90553.html

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 拔插拔插8x8x海外华人免费视频 | 99热这里有免费国产精品 | 1024视频色版在线网站 | 国产在视频 | 国产福利微拍精品一区二区 | 亚洲精品网址 | 国产免费大片 | 国产精品亚洲一区二区 | 亚洲国产AV一区二区三区四区 | 国产精品亚洲专区在线播放 | 暖暖高清日本在线 | 2015小明台湾永久区域免费 | 羞羞在线观看 | 操小女人 | 亚洲AV无码乱码国产麻豆穿越 | 91中文字幕yellow字幕网 | 95视频在线观看在线分类h片 | 无遮挡激情 | 国内永久第一免费福利视频 | 国产乱妇无码大片在线观看 | www.色婷婷.com| 欧洲另类一二三四区 | 日产免费自线一二区 | 草莓香蕉绿巨人丝瓜榴莲18 | 免费国产高清视频 | 日韩一区二区三区四区区区 | 亚洲AV蜜桃永久无码精品无码网 | 果冻传媒在线观看的 | 精品免费久久久久久影院 | 久久精品美女 | 精品无码久久久久久久动漫 | 91嫩草国产在线观看免费 | 日韩毛片免费 | 973影院| 911亚洲精品国内自产 | se综合| 国产精品亚洲精品青青青 | www国产91| 久久久亚洲国产精品主播 | 亚洲羞羞视频 | 九二淫黄大片看片 |