jar

com.helger : ph-collection

Maven & Gradle

Mar 18, 2021
6 usages
30 stars

ph-collection · Special Java 1.8+ Library with extended collection related functionality

Table Of Contents

Latest Version

Download com.helger : ph-collection JAR file - Latest Versions:

All Versions

Download com.helger : ph-collection JAR file - All Versions:

Version Vulnerabilities Size Updated
9.5.x
9.4.x
9.3.x
9.2.x
9.1.x
9.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 ph-collection-9.5.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.helger.collection

├─ com.helger.collection.EmptySortedSet.class - [JAR]

com.helger.collection.iterate

├─ com.helger.collection.iterate.ArrayEnumeration.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorBoolean.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorByte.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorChar.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorDouble.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorFloat.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorInt.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorLong.class - [JAR]

├─ com.helger.collection.iterate.ArrayIteratorShort.class - [JAR]

├─ com.helger.collection.iterate.EmptyListIterator.class - [JAR]

├─ com.helger.collection.iterate.SingleElementEnumeration.class - [JAR]

├─ com.helger.collection.iterate.SingleElementIterator.class - [JAR]

├─ com.helger.collection.iterate.SingleElementListIterator.class - [JAR]

com.helger.collection.pair

├─ com.helger.collection.pair.IMutablePair.class - [JAR]

├─ com.helger.collection.pair.IPair.class - [JAR]

├─ com.helger.collection.pair.Pair.class - [JAR]

com.helger.collection.map

├─ com.helger.collection.map.IntDoubleMap.class - [JAR]

├─ com.helger.collection.map.IntFloatMap.class - [JAR]

├─ com.helger.collection.map.IntIntMap.class - [JAR]

├─ com.helger.collection.map.IntObjectMap.class - [JAR]

├─ com.helger.collection.map.IntSet.class - [JAR]

├─ com.helger.collection.map.MapHelper.class - [JAR]

com.helger.collection.helper

├─ com.helger.collection.helper.QueueHelper.class - [JAR]

├─ com.helger.collection.helper.VectorHelper.class - [JAR]

com.helger.collection.single

├─ com.helger.collection.single.SingleElementList.class - [JAR]

├─ com.helger.collection.single.SingleElementMap.class - [JAR]

com.helger.collection.wrapped

├─ com.helger.collection.wrapped.WrappedCollection.class - [JAR]

├─ com.helger.collection.wrapped.WrappedList.class - [JAR]

├─ com.helger.collection.wrapped.WrappedSet.class - [JAR]

com.helger.collection.multimap

├─ com.helger.collection.multimap.AbstractMultiConcurrentHashMap.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiConcurrentHashMapListBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiConcurrentHashMapSetBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiHashMap.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiHashMapListBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiHashMapMapBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiHashMapSetBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiLinkedHashMap.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiLinkedHashMapListBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiLinkedHashMapMapBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiLinkedHashMapSetBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiTreeMap.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiTreeMapListBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiTreeMapMapBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiTreeMapSetBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiWeakHashMap.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiWeakHashMapListBased.class - [JAR]

├─ com.helger.collection.multimap.AbstractMultiWeakHashMapSetBased.class - [JAR]

├─ com.helger.collection.multimap.IMultiMap.class - [JAR]

├─ com.helger.collection.multimap.IMultiMapListBased.class - [JAR]

├─ com.helger.collection.multimap.IMultiMapMapBased.class - [JAR]

├─ com.helger.collection.multimap.IMultiMapSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiConcurrentHashMapArrayListBased.class - [JAR]

├─ com.helger.collection.multimap.MultiConcurrentHashMapHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiConcurrentHashMapLinkedHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiConcurrentHashMapTreeSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiConcurrentHashMapVectorBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapArrayListBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapLinkedHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapLinkedHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapTreeMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapTreeSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapVectorBased.class - [JAR]

├─ com.helger.collection.multimap.MultiHashMapWeakHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapArrayListBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapLinkedHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapLinkedHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapTreeMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapTreeSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapVectorBased.class - [JAR]

├─ com.helger.collection.multimap.MultiLinkedHashMapWeakHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapArrayListBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapLinkedHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapLinkedHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapTreeMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapTreeSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapVectorBased.class - [JAR]

├─ com.helger.collection.multimap.MultiTreeMapWeakHashMapBased.class - [JAR]

├─ com.helger.collection.multimap.MultiWeakHashMapArrayListBased.class - [JAR]

├─ com.helger.collection.multimap.MultiWeakHashMapHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiWeakHashMapLinkedHashSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiWeakHashMapTreeSetBased.class - [JAR]

├─ com.helger.collection.multimap.MultiWeakHashMapVectorBased.class - [JAR]

com.helger.collection.safe

├─ com.helger.collection.safe.SafeArrayList.class - [JAR]

├─ com.helger.collection.safe.SafeVector.class - [JAR]

com.helger.collection.ring

├─ com.helger.collection.ring.RingBufferFifo.class - [JAR]

├─ com.helger.collection.ring.RingBufferLifo.class - [JAR]

Advertisement

Dependencies from Group

Mar 18, 2021
258 usages
30 stars
Mar 18, 2021
101 usages
30 stars
Mar 18, 2021
79 usages
30 stars
Jul 21, 2019
79 usages
0 stars
Mar 18, 2021
68 usages
30 stars

Discover Dependencies

Dec 31, 2021
15 usages
19 stars
Mar 06, 2021
10 usages
1 stars
ec
Mar 06, 2021
1 stars
Mar 06, 2021
1 stars
Jun 29, 2022
1.4k stars
Aug 16, 2021
2 usages
48 stars
Sep 21, 2017
2 stars
Sep 22, 2017
0 stars
Dec 31, 2022
63 stars