jar

com.github.blahord : bettercollections

Maven & Gradle

Dec 04, 2016

Better Collections · An collection framework that eliminates some design flaws in Javas CollectionFramework.

Table Of Contents

Latest Version

Download com.github.blahord : bettercollections JAR file - Latest Versions:

All Versions

Download com.github.blahord : bettercollections JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

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

com.github.blahord.bettercollections.stream

├─ com.github.blahord.bettercollections.stream.ArrayListCollector.class - [JAR]

├─ com.github.blahord.bettercollections.stream.CollectionSpliterator.class - [JAR]

├─ com.github.blahord.bettercollections.stream.Collectors.class - [JAR]

├─ com.github.blahord.bettercollections.stream.HashSetCollector.class - [JAR]

com.github.blahord.bettercollections.list.listiterator

├─ com.github.blahord.bettercollections.list.listiterator.ExtensibleListIterator.class - [JAR]

├─ com.github.blahord.bettercollections.list.listiterator.ListIterator.class - [JAR]

├─ com.github.blahord.bettercollections.list.listiterator.ListIteratorWrapper.class - [JAR]

├─ com.github.blahord.bettercollections.list.listiterator.MutableListIterator.class - [JAR]

├─ com.github.blahord.bettercollections.list.listiterator.ReducibleListIterator.class - [JAR]

com.github.blahord.bettercollections.map

├─ com.github.blahord.bettercollections.map.ExtensibleMap.class - [JAR]

├─ com.github.blahord.bettercollections.map.HashMap.class - [JAR]

├─ com.github.blahord.bettercollections.map.Map.class - [JAR]

├─ com.github.blahord.bettercollections.map.MapWrapper.class - [JAR]

├─ com.github.blahord.bettercollections.map.MutableMap.class - [JAR]

├─ com.github.blahord.bettercollections.map.ReducibleMap.class - [JAR]

com.github.blahord.bettercollections.vector

├─ com.github.blahord.bettercollections.vector.ArrayVector.class - [JAR]

├─ com.github.blahord.bettercollections.vector.MutableVector.class - [JAR]

├─ com.github.blahord.bettercollections.vector.Vector.class - [JAR]

com.github.blahord.bettercollections.util

├─ com.github.blahord.bettercollections.util.Iterators.class - [JAR]

├─ com.github.blahord.bettercollections.util.JavaForEachLoopIterable.class - [JAR]

├─ com.github.blahord.bettercollections.util.Lists.class - [JAR]

├─ com.github.blahord.bettercollections.util.Maps.class - [JAR]

├─ com.github.blahord.bettercollections.util.PrivateUtils.class - [JAR]

├─ com.github.blahord.bettercollections.util.Sets.class - [JAR]

com.github.blahord.bettercollections.list

├─ com.github.blahord.bettercollections.list.ArrayList.class - [JAR]

├─ com.github.blahord.bettercollections.list.ExtensibleList.class - [JAR]

├─ com.github.blahord.bettercollections.list.List.class - [JAR]

├─ com.github.blahord.bettercollections.list.ListWrapper.class - [JAR]

├─ com.github.blahord.bettercollections.list.MutableList.class - [JAR]

├─ com.github.blahord.bettercollections.list.ReducibleList.class - [JAR]

com.github.blahord.bettercollections.compatibility

├─ com.github.blahord.bettercollections.compatibility.AbstractJavaCollection.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.CollectionConverter.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.CollectionWrappers.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ExtensibleJavaCollection.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ExtensibleJavaList.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ExtensibleJavaListIterator.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ExtensibleJavaMap.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ExtensibleJavaSet.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.IterableWrapper.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.IterableWrappers.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.IteratorWrappers.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.JavaCollection.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.JavaIterable.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.JavaIterator.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.JavaList.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.JavaListIterator.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.JavaMap.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.JavaSet.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ListIteratorWrappers.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ListWrappers.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.MapWrappers.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.MutableJavaCollection.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.MutableJavaList.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.MutableJavaListIterator.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.MutableJavaMap.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.MutableJavaSet.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ReducibleJavaCollection.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ReducibleJavaIterable.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ReducibleJavaIterator.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ReducibleJavaList.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ReducibleJavaListIterator.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ReducibleJavaMap.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.ReducibleJavaSet.class - [JAR]

├─ com.github.blahord.bettercollections.compatibility.SetWrappers.class - [JAR]

com.github.blahord.bettercollections.set

├─ com.github.blahord.bettercollections.set.ExtensibleSet.class - [JAR]

├─ com.github.blahord.bettercollections.set.HashSet.class - [JAR]

├─ com.github.blahord.bettercollections.set.MutableSet.class - [JAR]

├─ com.github.blahord.bettercollections.set.ReducibleSet.class - [JAR]

├─ com.github.blahord.bettercollections.set.Set.class - [JAR]

├─ com.github.blahord.bettercollections.set.SetWrapper.class - [JAR]

com.github.blahord.bettercollections.iterator

├─ com.github.blahord.bettercollections.iterator.Iterator.class - [JAR]

├─ com.github.blahord.bettercollections.iterator.IteratorWrapper.class - [JAR]

├─ com.github.blahord.bettercollections.iterator.ReducibleIterator.class - [JAR]

com.github.blahord.bettercollections.tree

├─ com.github.blahord.bettercollections.tree.ArrayListTree.class - [JAR]

├─ com.github.blahord.bettercollections.tree.ExtensibleTree.class - [JAR]

├─ com.github.blahord.bettercollections.tree.MutableTree.class - [JAR]

├─ com.github.blahord.bettercollections.tree.ReducibleTree.class - [JAR]

├─ com.github.blahord.bettercollections.tree.Tree.class - [JAR]

com.github.blahord.bettercollections.collection

├─ com.github.blahord.bettercollections.collection.Collection.class - [JAR]

├─ com.github.blahord.bettercollections.collection.CollectionSpliterator.class - [JAR]

├─ com.github.blahord.bettercollections.collection.CollectionWrapper.class - [JAR]

├─ com.github.blahord.bettercollections.collection.ExtensibleCollection.class - [JAR]

├─ com.github.blahord.bettercollections.collection.MutableCollection.class - [JAR]

├─ com.github.blahord.bettercollections.collection.ReducibleCollection.class - [JAR]

com.github.blahord.bettercollections.iterable

├─ com.github.blahord.bettercollections.iterable.Iterable.class - [JAR]

├─ com.github.blahord.bettercollections.iterable.ReducibleIterable.class - [JAR]