Commit Graph

22 Commits

Author SHA1 Message Date
3245047186 Remove binarySearchWith(). Fix bug for binarySearchBy(). 2018-09-12 14:39:18 +08:00
4eba5b27b7 Refactor code. Add signature for binarySearchWith(). 2018-09-12 13:50:26 +08:00
d39b273251 Add signature for binarySearch(), binarySearchBy(), chunked(). 2018-09-09 22:20:39 +08:00
64a991798f Refactor code. Add signature for subtract(). 2018-09-07 23:42:36 +08:00
34354803c7 Add retainWhile(). Refactor code. 2018-09-07 16:00:08 +08:00
f3096fe30a Add sum() and sumBy(). 2018-09-06 10:30:18 +08:00
ce709d801d Add minus(). Remove isNotEmpty(). Fix bugs. 2018-09-05 18:44:16 +08:00
6ab7721d47 Update signature. 2018-09-04 20:52:40 +08:00
24a3b72049 Add containsAllKeys() and containsAllValues(). 2018-09-03 21:54:14 +08:00
11ba227653 Add intersect() and intersectKeys(). 2018-09-03 19:34:58 +08:00
bf4eaca339 add shuffle() and shuffled() 2018-08-13 19:35:34 +08:00
e0e5cf2425 Add packed(). Fix bug for reduce(). 2018-08-08 01:34:09 +08:00
a92c3022e8 Add map() and mapTo(). Remove several methods due to redundancy. 2018-07-24 01:24:00 +08:00
4fce31a10f Add indexOf(), lastIndexOf(), indexOfFirst() and indexOfLast(). 2018-07-15 00:11:02 +08:00
dbf6fc6ecd Add onEach() and forEach(). Remove orEmpty(). 2018-05-09 21:00:18 +08:00
cf9c9ed73d Add single(), isEmpty(), isNotEmpty(), get(), set(). Some other updates. 2018-04-26 21:52:31 +08:00
f2209e019d Add flatten(). Remove lastIndexOf(). 2018-04-22 22:47:30 +08:00
70588073a6 Add Collection::first() and Collection::last(). Update code structure. 2018-04-15 11:22:10 +08:00
4502ffbedb update 2018-03-31 12:16:59 +08:00
7b98857eff Implement ArrayAccess. Fix config.m4, .travis.yml. Update stubs. 2018-03-31 12:02:13 +08:00
f7b924801b Implement copyOfRange() and count() 2018-03-30 19:06:39 +08:00
604c7b1ee6 Add .gitattributes. Move source files. 2018-03-23 22:17:09 +08:00