Menu

Commit [r4239]  Maximize  Restore  History

Added a diagonalizing version of CartesianIterator and utility methods; added an isInfinite() method to SizedIterable and improved support/documentation for infinite iterables; moved tuple getter lambdas from IterUtil to the respective tuple classes; misc iter package cleanup; fixed javadoc errors.

dlsmith 2007-07-17

1 2 > >> (Page 1 of 2)
changed /trunk/plt/src/edu/rice/cs/plt/collect/ConsList.java
changed /trunk/plt/src/edu/rice/cs/plt/collect/ExternallySortedSet.java
changed /trunk/plt/src/edu/rice/cs/plt/io/IOUtil.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/BinaryMappedIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/CartesianIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/CartesianIterator.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/CollapsedIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/ComposedIterable.java
added /trunk/plt/src/edu/rice/cs/plt/iter/DiagonalCartesianIterable.java
added /trunk/plt/src/edu/rice/cs/plt/iter/DiagonalCartesianIterator.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/EmptyIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/FilteredIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/FiniteSequenceIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/ImmutableIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/IterUtil.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/MappedIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/PermutationIterable.java
removed /trunk/plt/src/edu/rice/cs/plt/iter/QuaternaryMappedIterable.java
removed /trunk/plt/src/edu/rice/cs/plt/iter/QuaternaryMappedIterator.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/SequenceIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/SingletonIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/SizedIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/SkipFirstIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/SkipLastIterable.java
changed /trunk/plt/src/edu/rice/cs/plt/iter/SnapshotIterable.java
/trunk/plt/src/edu/rice/cs/plt/collect/ConsList.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/collect/ExternallySortedSet.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/io/IOUtil.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/BinaryMappedIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/CartesianIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/CartesianIterator.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/CollapsedIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/ComposedIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/DiagonalCartesianIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/DiagonalCartesianIterator.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/EmptyIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/FilteredIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/FiniteSequenceIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/ImmutableIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/IterUtil.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/MappedIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/PermutationIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/SequenceIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/SingletonIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/SizedIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/SkipFirstIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/SkipLastIterable.java Diff Switch to side-by-side view
Loading...
/trunk/plt/src/edu/rice/cs/plt/iter/SnapshotIterable.java Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
MongoDB Logo MongoDB