|
|
c7cacf1ad4
|
add 'sorted' flag that keeps track whether the list is sorted
The flag can be used in indexOf or for a better retainAll
implementation.
|
2017-12-02 20:24:32 +01:00 |
|
|
|
88e0179dd5
|
add method removeIf
|
2017-11-10 10:35:51 +01:00 |
|
|
|
a59db6cfe8
|
add method retainAll
|
2017-11-10 10:03:10 +01:00 |
|
|
|
81e1d1f131
|
add method removeAll
|
2017-11-09 14:32:15 +01:00 |
|
|
|
db6ca1387d
|
add replaceAll
|
2017-11-09 09:33:19 +01:00 |
|
|
|
6df2553fae
|
add indexOf(value) and indexOf(value, offset)
|
2017-10-13 17:02:01 +02:00 |
|
|
|
cbe468cae8
|
add toArray(int[])
|
2017-10-07 10:01:38 +02:00 |
|
|
|
e7d88babb4
|
add stream() and parallelStream()
Both methods return an IntStream.
|
2017-09-29 18:57:43 +02:00 |
|
|
|
fc1ca26d52
|
use fromIndex and toIndex for remove instead of from and length
The new API is consistent with the internal API of ArrayList.
|
2017-09-29 18:12:58 +02:00 |
|
|
|
235565bfe4
|
make IntList cloneable
|
2017-09-28 20:25:56 +02:00 |
|
|
|
a178086dfa
|
make IntList serializable
|
2017-09-28 19:02:43 +02:00 |
|
|
|
4a762f39b9
|
add special implementation for add
The special implementation does not need to allocate an array for the
varargs of addAll
|
2017-09-28 18:22:16 +02:00 |
|
|
|
f7870a15a7
|
add sort (ascending) method
|
2017-02-05 14:18:47 +01:00 |
|
|
|
145c2152d0
|
Add IntList a list implementation for primitive integers.
|
2017-02-03 20:31:58 +01:00 |
|