This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package casa; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| /** | |
| * Created by gustavo-depaula on 05/09/16. | |
| */ | |
| public class Casa { | |
| int cor; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package next.gustavo.empresa; | |
| import java.util.GregorianCalendar; | |
| import java.util.Objects; | |
| /** | |
| * Created by gustavo-depaula on 05/09/16. | |
| */ | |
| public class Data { | |
| private Integer dia; |
NewerOlder