jar

com.github.maumay : jflow

Maven & Gradle

Oct 13, 2019
28 stars

jflow · Enhanced iterators for Java with immutable, feature-rich arrays.

Table Of Contents

Latest Version

Download com.github.maumay : jflow JAR file - Latest Versions:

All Versions

Download com.github.maumay : jflow JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.x
0.5.x
0.5

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jflow-0.7.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.maumay.jflow.iterator

├─ com.github.maumay.jflow.iterator.DoubleIterator.class - [JAR]

├─ com.github.maumay.jflow.iterator.IntIterator.class - [JAR]

├─ com.github.maumay.jflow.iterator.Iter.class - [JAR]

├─ com.github.maumay.jflow.iterator.IteratorSlicer.class - [JAR]

├─ com.github.maumay.jflow.iterator.LongIterator.class - [JAR]

├─ com.github.maumay.jflow.iterator.Numbers.class - [JAR]

├─ com.github.maumay.jflow.iterator.OptionalDoubleIterator.class - [JAR]

├─ com.github.maumay.jflow.iterator.OptionalIntIterator.class - [JAR]

├─ com.github.maumay.jflow.iterator.OptionalIterator.class - [JAR]

├─ com.github.maumay.jflow.iterator.OptionalLongIterator.class - [JAR]

├─ com.github.maumay.jflow.iterator.RichIterator.class - [JAR]

com.github.maumay.jflow.vec

├─ com.github.maumay.jflow.vec.Constants.class - [JAR]

├─ com.github.maumay.jflow.vec.DoubleVec.class - [JAR]

├─ com.github.maumay.jflow.vec.Indexable.class - [JAR]

├─ com.github.maumay.jflow.vec.IntVec.class - [JAR]

├─ com.github.maumay.jflow.vec.LongVec.class - [JAR]

├─ com.github.maumay.jflow.vec.Vec.class - [JAR]

com.github.maumay.jflow.iterable

├─ com.github.maumay.jflow.iterable.DoubleIterable.class - [JAR]

├─ com.github.maumay.jflow.iterable.IntIterable.class - [JAR]

├─ com.github.maumay.jflow.iterable.LongIterable.class - [JAR]

├─ com.github.maumay.jflow.iterable.RichIterable.class - [JAR]

com.github.maumay.jflow.utils

├─ com.github.maumay.jflow.utils.DoubleTup.class - [JAR]

├─ com.github.maumay.jflow.utils.Exceptions.class - [JAR]

├─ com.github.maumay.jflow.utils.IntTup.class - [JAR]

├─ com.github.maumay.jflow.utils.LongTup.class - [JAR]

├─ com.github.maumay.jflow.utils.Option.class - [JAR]

├─ com.github.maumay.jflow.utils.Strings.class - [JAR]

├─ com.github.maumay.jflow.utils.Tup.class - [JAR]

com.github.maumay.jflow.impl

├─ com.github.maumay.jflow.impl.AbstractDoubleIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractIntIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractIteratorAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractIteratorBiAdapters.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractIteratorSize.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractLongIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractRichIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.AbstractValueSize.class - [JAR]

├─ com.github.maumay.jflow.impl.ApplicationSource.class - [JAR]

├─ com.github.maumay.jflow.impl.ArrayAccumulators.class - [JAR]

├─ com.github.maumay.jflow.impl.ArraySource.class - [JAR]

├─ com.github.maumay.jflow.impl.BoundedSize.class - [JAR]

├─ com.github.maumay.jflow.impl.CollectionSource.class - [JAR]

├─ com.github.maumay.jflow.impl.ConcatenationAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.DoubleIteratorAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.DoubleMinMaxConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.DoublePredicateConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.DoubleReductionConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.DoubleVecImpl.class - [JAR]

├─ com.github.maumay.jflow.impl.EmptyIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.EnumAssociator.class - [JAR]

├─ com.github.maumay.jflow.impl.FibonnaciIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.FilterAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.FlatmapAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.FunctionSource.class - [JAR]

├─ com.github.maumay.jflow.impl.InfiniteConsumptionException.class - [JAR]

├─ com.github.maumay.jflow.impl.InfiniteSize.class - [JAR]

├─ com.github.maumay.jflow.impl.IntMinMaxConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.IntPredicateConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.IntReductionConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.IntVecImpl.class - [JAR]

├─ com.github.maumay.jflow.impl.InterleaveAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.IteratorOwnershipException.class - [JAR]

├─ com.github.maumay.jflow.impl.IteratorSizes.class - [JAR]

├─ com.github.maumay.jflow.impl.IteratorWrapper.class - [JAR]

├─ com.github.maumay.jflow.impl.KnownSize.class - [JAR]

├─ com.github.maumay.jflow.impl.LongMinMaxConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.LongPredicateConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.LongReductionConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.LongVecImpl.class - [JAR]

├─ com.github.maumay.jflow.impl.LowerBound.class - [JAR]

├─ com.github.maumay.jflow.impl.MapAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.MapToDoubleAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.MapToIntAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.MapToLongAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.MapToObjectAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.ObjectMinMaxConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.ObjectPredicateConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.ObjectReductionConsumption.class - [JAR]

├─ com.github.maumay.jflow.impl.Packer.class - [JAR]

├─ com.github.maumay.jflow.impl.RegexMatchIterator.class - [JAR]

├─ com.github.maumay.jflow.impl.RichIteratorAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.ScanAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.SingleUseIterable.class - [JAR]

├─ com.github.maumay.jflow.impl.SizeType.class - [JAR]

├─ com.github.maumay.jflow.impl.SkipAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.SkipwhileAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.SliceAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.TakeAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.TakewhileAdapter.class - [JAR]

├─ com.github.maumay.jflow.impl.VecCollector.class - [JAR]

├─ com.github.maumay.jflow.impl.VecImpl.class - [JAR]

├─ com.github.maumay.jflow.impl.VecImplSpliterator.class - [JAR]

├─ com.github.maumay.jflow.impl.ZipAdapter.class - [JAR]

com.github.maumay.jflow.iterator.collector

├─ com.github.maumay.jflow.iterator.collector.DoubleIteratorCollector.class - [JAR]

├─ com.github.maumay.jflow.iterator.collector.IterCollect.class - [JAR]

├─ com.github.maumay.jflow.iterator.collector.IteratorCollector.class - [JAR]

├─ com.github.maumay.jflow.iterator.collector.IteratorCollector2.class - [JAR]

Advertisement