Uses of Interface
net.thevpc.common.collections.KeyValueList
-
Uses of KeyValueList in net.thevpc.common.collections
Classes in net.thevpc.common.collections that implement KeyValueListModifier and TypeClassDescriptionclassDefaultKeyValueList<K,V> Created by vpc on 6/1/16.classCreated by vpc on 8/25/16.Methods in net.thevpc.common.collections that return KeyValueListModifier and TypeMethodDescriptiondefault KeyValueList<K, V> default KeyValueList<K, V> KeyValueList.appendAll(Collection<V> v) static <K,V> KeyValueList <K, V> Collections2.keyValueList(Function<V, K> keyResolver) a list of key-value pairs.static <K,V> KeyValueList <K, V> Collections2.unmodifiableKeyValueList(KeyValueList<K, V> other) static <K,V> KeyValueList <K, V> CollectionUtils.unmodifiableMapList(KeyValueList<K, V> list) Methods in net.thevpc.common.collections with parameters of type KeyValueListModifier and TypeMethodDescriptionstatic <K,V> KeyValueList <K, V> Collections2.unmodifiableKeyValueList(KeyValueList<K, V> other) static <K,V> KeyValueList <K, V> CollectionUtils.unmodifiableMapList(KeyValueList<K, V> list)