public class EntityUtils extends Object
| Constructor and Description |
|---|
EntityUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
changeIds(Collection<? extends Entity> entities,
int... oldIdToNewIdMap) |
static void |
changeIds(Collection<? extends Entity> entities,
Map<Integer,Integer> oldIdToNewIdMap) |
public static void changeIds(Collection<? extends Entity> entities, Map<Integer,Integer> oldIdToNewIdMap)
public static void changeIds(Collection<? extends Entity> entities, int... oldIdToNewIdMap)
Copyright © 2015–2021 Fiji. All rights reserved.