jar

fr.matthieu-vergne : multi-map

Maven & Gradle

Jul 11, 2017
0 stars

Java MultiMap · Provides an interface and implementations of a Java structure able to map a key to several values at once. Initially inspired from the Apache MultiMap, it takes a different perspective where the generics should be fully used to properly constrain the types of the instances provided.

Table Of Contents

Latest Version

Download fr.matthieu-vergne : multi-map JAR file - Latest Versions:

All Versions

Download fr.matthieu-vergne : multi-map JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0

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

fr.vergne.multimap.impl

├─ fr.vergne.multimap.impl.BackedMultiMap.class - [JAR]

fr.vergne.multimap

├─ fr.vergne.multimap.MultiMap.class - [JAR]

Advertisement