View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window staccatissimo-collections-2.3.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.AbstractInsertBeforeIterator.class - [JAR]
├─ net.sf.staccatocommons.collections.internal.iterator.ConcatIterator.class - [JAR]
├─ 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.FlatMapIterator.class - [JAR]
├─ net.sf.staccatocommons.collections.internal.iterator.IndicesIterator.class - [JAR]
├─ net.sf.staccatocommons.collections.internal.iterator.InsertBeforeIndexIterator.class - [JAR]
├─ net.sf.staccatocommons.collections.internal.iterator.InsertBeforeIterator.class - [JAR]
├─ net.sf.staccatocommons.collections.internal.iterator.IterateIterator.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
├─ net.sf.staccatocommons.collections.Arrs.class - [JAR]
├─ net.sf.staccatocommons.collections.EmptySourceException.class - [JAR]
├─ net.sf.staccatocommons.collections.Lists.class - [JAR]
├─ net.sf.staccatocommons.collections.Maps.class - [JAR]
├─ net.sf.staccatocommons.collections.Sets.class - [JAR]
├─ net.sf.staccatocommons.collections.package-info.class - [JAR]
net.sf.staccatocommons.collections.stream
├─ net.sf.staccatocommons.collections.stream.AbstractBasicStream.class - [JAR]
├─ 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.Stream.class - [JAR]
├─ net.sf.staccatocommons.collections.stream.Streams.class - [JAR]
├─ net.sf.staccatocommons.collections.stream.package-info.class - [JAR]
net.sf.staccatocommons.collections.stream.internal
├─ net.sf.staccatocommons.collections.stream.internal.ArrayStream.class - [JAR]
├─ 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.NonEmptyIteratorStream.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.AbstractTransformStream.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.MapStream.class - [JAR]
├─ net.sf.staccatocommons.collections.stream.internal.algorithms.MemoizedStream.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.SizeLimitedStream.class - [JAR]
├─ net.sf.staccatocommons.collections.stream.internal.algorithms.SortedStream.class - [JAR]
├─ net.sf.staccatocommons.collections.stream.internal.algorithms.TransformStream.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.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]