Releases: javaquery/util
Releases · javaquery/util
Release:1.0.5
- Code formatted as per google-code-format
- optDate in JSONObject
- current() method to get new Date object
- equals(a, b) method added in Objects
Release:1.0.4
JSONObject
Uses org.json.JSONObject and provides facility to optValue at any path in JSONObject, like items.item[0].batters.batter[2].available
Console
- log: Provides replacement of System.out.println().
- error: Provides replacement of System.err.println().
- read: read line from console.
Release:1.0.3
Collections
- isCollectionEqual
- getCardinalityMap
- CardinalityHelper.java
UniqueIdGenerator
- UniqueIdGenerator: similar to firebase pushIds
JFile
- provide vanilla functionality on java.io.File object. [getExtension, read, write, append and rename file.]
Release:1.0.1
- Files util
- Code format
- slf4j dependency added
Release:1.0
Release has basic util classes.
- Collection, Date, Object, String and Regex