public class ChangeContainer<T> extends Object
Constructor and Description |
---|
ChangeContainer() |
Modifier and Type | Method and Description |
---|---|
T |
getCurrent() |
T |
getPrevious() |
void |
setCurrent(T current) |
void |
setPrevious(T previous) |
String |
toString() |
Copyright © 2019. All rights reserved.