jar

com.madgag : util-intervals

Maven & Gradle

Dec 16, 2021
2 stars

'Intervals' library · Support for interval-keyed maps and sets - useful for storing items on a time-interval-keyed basis

Table Of Contents

Latest Version

Download com.madgag : util-intervals JAR file - Latest Versions:

All Versions

Download com.madgag : util-intervals JAR file - All Versions:

Version Vulnerabilities Size Updated
1.35
1.34
1.33
1.28
1.27
1.26
1.25
1.24
1.23
1.22
1.21

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

com.madgag.interval.collections

├─ com.madgag.interval.collections.IntervalMap.class - [JAR]

├─ com.madgag.interval.collections.IntervalSet.class - [JAR]

com.madgag.interval

├─ com.madgag.interval.AbstractInterval.class - [JAR]

├─ com.madgag.interval.BeforeOrAfter.class - [JAR]

├─ com.madgag.interval.Bound.class - [JAR]

├─ com.madgag.interval.Closure.class - [JAR]

├─ com.madgag.interval.Interval.class - [JAR]

├─ com.madgag.interval.IntervalClosure.class - [JAR]

├─ com.madgag.interval.OverlapIsEqualityComparator.class - [JAR]

├─ com.madgag.interval.SimpleInterval.class - [JAR]

├─ com.madgag.interval.StartThenEndComparator.class - [JAR]

Advertisement