public class EntityUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasId> |
buildBiMap(List<E> entities) |
static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasId> |
put(E entity,
com.google.common.collect.ImmutableBiMap.Builder<String,E> builder) |
static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasId> |
putAll(List<E> entities,
com.google.common.collect.ImmutableBiMap.Builder<String,E> builder) |
public static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasId> com.google.common.collect.ImmutableBiMap<String,E> buildBiMap(List<E> entities)
public static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasId> com.google.common.collect.ImmutableBiMap.Builder<String,E> put(E entity, com.google.common.collect.ImmutableBiMap.Builder<String,E> builder)
Copyright © 2014. All Rights Reserved.