jar

com.n3twork.druid : extendedset

Maven & Gradle

May 28, 2014
7 usages

extendedset · Implementation of CONCISE (COmpressed 'N" Composable Integer SEt) bit map compression algorithm by Alessandro Colantonio with some enhanced features - http://ricerca.mat.uniroma3.it/users/colanton/concise.html

Table Of Contents

Latest Version

Download com.n3twork.druid : extendedset JAR file - Latest Versions:

All Versions

Download com.n3twork.druid : extendedset JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.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 extendedset-1.3.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

it.uniroma3.mat.extendedset.utilities.random

├─ it.uniroma3.mat.extendedset.utilities.random.MersenneTwister.class - [JAR]

├─ it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast.class - [JAR]

it.uniroma3.mat.extendedset

├─ it.uniroma3.mat.extendedset.AbstractExtendedSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.ExtendedSet.class - [JAR]

it.uniroma3.mat.extendedset.utilities

├─ it.uniroma3.mat.extendedset.utilities.ArrayMap.class - [JAR]

├─ it.uniroma3.mat.extendedset.utilities.BitCount.class - [JAR]

├─ it.uniroma3.mat.extendedset.utilities.CollectionMap.class - [JAR]

├─ it.uniroma3.mat.extendedset.utilities.IntHashCode.class - [JAR]

├─ it.uniroma3.mat.extendedset.utilities.IntList.class - [JAR]

├─ it.uniroma3.mat.extendedset.utilities.IntSetStatistics.class - [JAR]

it.uniroma3.mat.extendedset.wrappers.matrix

├─ it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix.class - [JAR]

├─ it.uniroma3.mat.extendedset.wrappers.matrix.Pair.class - [JAR]

├─ it.uniroma3.mat.extendedset.wrappers.matrix.PairMap.class - [JAR]

├─ it.uniroma3.mat.extendedset.wrappers.matrix.PairSet.class - [JAR]

it.uniroma3.mat.extendedset.intset

├─ it.uniroma3.mat.extendedset.intset.AbstractIntSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.intset.ArraySet.class - [JAR]

├─ it.uniroma3.mat.extendedset.intset.ConciseSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.intset.ConciseSetUtils.class - [JAR]

├─ it.uniroma3.mat.extendedset.intset.FastSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.intset.HashIntSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.intset.ImmutableConciseSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.intset.IntSet.class - [JAR]

it.uniroma3.mat.extendedset.wrappers

├─ it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.wrappers.IndexedSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.wrappers.IntegerSet.class - [JAR]

├─ it.uniroma3.mat.extendedset.wrappers.LongSet.class - [JAR]

Advertisement