public static class FungibleParticleTransitioner.FungibleParticleTransition<T,U>
extends java.lang.Object
Constructor and Description |
---|
FungibleParticleTransition(com.google.common.collect.ImmutableList<T> removed,
com.google.common.collect.ImmutableList<T> migrated,
com.google.common.collect.ImmutableList<U> transitioned) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getMigrated() |
java.util.List<T> |
getRemoved() |
java.util.List<U> |
getTransitioned() |