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