jar

net.sf.staccatocommons : commons-collections

Maven & Gradle

Jan 02, 2012
4 usages
3 stars

Staccato-Commons-Collections · Collections library of the Staccato-Commons project, focused on providing new abstractions that mix object oriented and functional programming style for dealing with iterable objects.

Table Of Contents

Latest Version

Download net.sf.staccatocommons : commons-collections JAR file - Latest Versions:

All Versions

Download net.sf.staccatocommons : commons-collections JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0

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 commons-collections-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.staccatocommons.collections.restrictions

├─ net.sf.staccatocommons.collections.restrictions.Projection.class - [JAR]

├─ net.sf.staccatocommons.collections.restrictions.RandomAccess.class - [JAR]

├─ net.sf.staccatocommons.collections.restrictions.Repeatable.class - [JAR]

net.sf.staccatocommons.collections.iterable

├─ net.sf.staccatocommons.collections.iterable.Iterables.class - [JAR]

├─ net.sf.staccatocommons.collections.iterable.ModifiableIterables.class - [JAR]

├─ net.sf.staccatocommons.collections.iterable.package-info.class - [JAR]

net.sf.staccatocommons.collections.internal.iterator

├─ net.sf.staccatocommons.collections.internal.iterator.DropIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.internal.iterator.FilterIndexIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.internal.iterator.FilterIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.internal.iterator.MapIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.internal.iterator.NextOptionIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.internal.iterator.TakeIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.internal.iterator.TakeWhileIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.internal.iterator.ZipIterator.class - [JAR]

net.sf.staccatocommons.collections.iterable.internal

├─ net.sf.staccatocommons.collections.iterable.internal.IterablesInternal.class - [JAR]

net.sf.staccatocommons.collections.stream

├─ net.sf.staccatocommons.collections.stream.AbstractDeconsApplicable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.AbstractDelayedDeconsApplicable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.AbstractStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Appendable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Branchable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Collectible.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Crossable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Deconstructable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Filterable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Foldable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Groupable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Indexed.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Interscalable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Mappable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Printable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Reversable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Searchable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Sortable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Stream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Streams.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Testeable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Transformable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.Zippeable.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.package-info.class - [JAR]

net.sf.staccatocommons.collections

├─ net.sf.staccatocommons.collections.Arrs.class - [JAR]

├─ net.sf.staccatocommons.collections.Lists.class - [JAR]

├─ net.sf.staccatocommons.collections.Maps.class - [JAR]

├─ net.sf.staccatocommons.collections.package-info.class - [JAR]

net.sf.staccatocommons.collections.stream.internal

├─ net.sf.staccatocommons.collections.stream.internal.CharSequenceStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.CollectionStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.DequeStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.EmptyStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.IterableStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.IteratorStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.ListStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.SingleStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.StrictStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.package-info.class - [JAR]

net.sf.staccatocommons.collections.stream.internal.algorithms

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.AbstractAppendStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.AbstractTransformStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.AppendIterableStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.AppendStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.DeconsTransformStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.DelayedRepatIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.DropWhileStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.FlatMapStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.IterateStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.MapStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.MemorizedStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.PrependStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.RepeatIterator.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.SingleLinkedDelayedQueue.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.SortedStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.TakeStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.TransformStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.UndefinedStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.ZipStream.class - [JAR]

net.sf.staccatocommons.collections.stream.internal.algorithms.delayed

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.delayed.ConsStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.delayed.DelayedAppendStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.delayed.DelayedDeconsTransformStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.delayed.DelayedPrependStream.class - [JAR]

├─ net.sf.staccatocommons.collections.stream.internal.algorithms.delayed.DelayedSingleStream.class - [JAR]