Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# BetterLists (by Klemek)
|
# BetterLists
|
||||||
|
[](https://maven-badges.herokuapp.com/maven-central/com.github.klemek/betterlists)
|
||||||
[](https://travis-ci.org/Klemek/BetterLists)
|
[](https://travis-ci.org/Klemek/BetterLists)
|
||||||
|
|
||||||
An extension of the java.util.List interface which include some of the C# LINQ useful functions.
|
An extension of the java.util.List interface which include some of the C# LINQ useful functions.
|
||||||
@@ -29,6 +30,10 @@ BetterList<String> contactsEmails = contacts.skip(5)
|
|||||||
|
|
||||||
NOTE : Please note that, unlike C# LINQ, these functions are not optimized at low levels and will have the same impact as standard loops in your program.
|
NOTE : Please note that, unlike C# LINQ, these functions are not optimized at low levels and will have the same impact as standard loops in your program.
|
||||||
|
|
||||||
|
## Download
|
||||||
|
|
||||||
|
[betterlists-1.4.jar](../../releases/download/betterlists-1.4/betterlists-1.4.jar)
|
||||||
|
|
||||||
## Maven
|
## Maven
|
||||||
|
|
||||||
You can use this project as a maven dependency with this :
|
You can use this project as a maven dependency with this :
|
||||||
|
|||||||
Reference in New Issue
Block a user