log

age author description
Fri, 01 Mar 2013 16:23:31 +0100 psandoz Updates to spliterators.
Fri, 01 Mar 2013 11:33:02 +0100 psandoz Automated merge with http://hg.openjdk.java.net/lambda/lambda//jdk
Fri, 01 Mar 2013 11:31:35 +0100 psandoz - OptionalDouble should use Double.compare for equality.
Thu, 28 Feb 2013 13:45:03 -0800 mduigou add Stream of zip entries
Thu, 28 Feb 2013 12:59:41 -0800 mduigou restore lambda bits lost in jsr166 merge
Thu, 28 Feb 2013 18:35:14 +0100 psandoz Format JavaDoc to 80 character width limit
Thu, 28 Feb 2013 17:35:49 +0100 psandoz Format JavaDoc to 80 character width limit
Wed, 27 Feb 2013 20:06:16 -0800 mduigou test fixes
Wed, 27 Feb 2013 16:50:35 -0800 mduigou restore lambda bits lost in jsr166 merge
Wed, 27 Feb 2013 16:47:51 -0800 mduigou fix test breakages
Tue, 26 Feb 2013 16:42:33 -0800 mduigou remove extraneous period in @see
Wed, 27 Feb 2013 17:46:27 +0100 psandoz First go at docs on Streams and lazy/non-lazy spliterators of sources.
Wed, 27 Feb 2013 12:16:39 +0100 psandoz Remove redundant variable and assignment.
Tue, 26 Feb 2013 17:34:47 +0100 psandoz Fork left and compute on right in loop to avoid potential stack overflows with
Tue, 26 Feb 2013 16:24:08 +0100 psandoz Updates to LinkedList and Vector spliterators.
Tue, 26 Feb 2013 15:21:41 +0100 psandoz Fix license headers.
Tue, 26 Feb 2013 12:45:27 +0100 psandoz Use for loop.
Mon, 25 Feb 2013 18:54:48 +0100 psandoz Update JavaDoc to use BiConsumer.
Mon, 25 Feb 2013 18:51:38 +0100 psandoz Fix JavaDoc reference to method.
Mon, 25 Feb 2013 18:44:20 +0100 psandoz JavaDoc improvements.
Mon, 25 Feb 2013 18:11:42 +0100 psandoz - ensure constructors of private inner classes are package private
Mon, 25 Feb 2013 13:27:17 +0100 psandoz Remove OpUtils and move evaluateSequential to a default method on
Mon, 25 Feb 2013 12:21:08 +0100 psandoz Move forEach functionality from OpUtils to ForEachOp.
Mon, 25 Feb 2013 12:21:06 +0100 psandoz Move reduce functionality in OpUtils to ReduceOp.
Mon, 25 Feb 2013 10:18:53 +0100 psandoz - If something is SORTED it should also be ORDERED.
Fri, 22 Feb 2013 18:25:12 -0500 briangoetz fix javadoc warnings
Fri, 22 Feb 2013 17:51:40 -0500 briangoetz Inline away XxxBox classes in ReduceOp
Fri, 22 Feb 2013 16:59:34 -0500 briangoetz Simplify TerminalSink and AccumulatingSink protocols; replace explicit clear-state calls with more aggressive nulling of intermediate containers
Fri, 22 Feb 2013 13:20:01 -0500 briangoetz Merge
Fri, 22 Feb 2013 13:17:05 -0500 briangoetz Doc nits based on review comments