public class Collections2 extends Object
| コンストラクタと説明 |
|---|
Collections2() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <V> List<V> |
asImmutableList(V... values) |
static <V> List<V> |
immutableListCopy(List<V> list) |
static <K,V> Map<K,V> |
immutableMapCopy(Map<K,V> map) |
static <T> List<T> |
toList(Iterable<T> iterable) |
static <T> List<T> |
toList(Iterator<T> iterator) |
public static <V> List<V> asImmutableList(V... values)
Copyright © 2018 The Apache Software Foundation. All rights reserved.