foul-magics/Mage/src/main/java/mage/util
2017-02-15 19:23:12 +03:00
..
functions Functional interfaces should be annotated as functional interfaces 2017-02-15 19:23:12 +03:00
trace list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
CardUtil.java rewrote enum comparisons, iterator to removeIf, added some stream and filters 2017-02-11 22:37:00 +01:00
CircularList.java Functional interfaces should be annotated as functional interfaces 2017-02-15 19:23:12 +03:00
ClassScanner.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
Copier.java Refactoring 2016-12-29 16:49:12 +03:00
CopierObjectInputStream.java Properties can be final in these objects 2017-01-09 17:52:17 +03:00
Copyable.java Functional interfaces should be annotated as functional interfaces 2017-02-15 19:23:12 +03:00
DateFormat.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
DeckUtil.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FastByteArrayInputStream.java
FastByteArrayOutputStream.java
GameLog.java Fix Issue #2277 2016-09-16 16:40:59 -06:00
ManaUtil.java Merge pull request #2848 from spjspj/master 2017-02-09 18:26:14 +11:00
MessageToClient.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
RandomUtil.java fix for the RandomUtil, always use .current() to get the correct thread. 2016-09-14 09:11:26 +02:00
TargetAddress.java Properties can be final in these objects 2017-01-09 17:52:17 +03:00
ThreadLocalStringBuilder.java Properties can be final in these objects 2017-01-09 17:52:17 +03:00
TournamentUtil.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
TreeNode.java