public class IndexableUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.Indexable<K>> |
buildMap(List<E> elements) |
static <K,E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.Indexable<K>> |
buildMap(List<E> elements,
boolean nullable) |
static <K,E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.Indexable<K>> |
findIndexable(List<E> elements,
K key) |
static <K,E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.Indexable<K>> |
findIndexable(List<E> elements,
K key,
boolean nullable) |
public static <K,E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.Indexable<K>> E findIndexable(List<E> elements, K key)
public static <K,E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.Indexable<K>> E findIndexable(List<E> elements, K key, boolean nullable)
public static <K,E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.Indexable<K>> Map<K,E> buildMap(List<E> elements)
Copyright © 2020. All rights reserved.