Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 590 Bytes

Plume-lib Hashmap Util: Utility libraries for Java HashMaps

See the API documentation.

Editing your buildfile

You can obtain the hashmap-util library from Maven Central.

In a Gradle buildfile, write

dependencies {
  implementation 'org.plumelib:hashmap-util:0.0.1'
}

Other build systems are similar.