Package org.eolang.maven.hash
Class CommitHashesMap
- java.lang.Object
-
- org.cactoos.map.MapEnvelope<String,CommitHash>
-
- org.eolang.maven.hash.CommitHashesMap
-
- All Implemented Interfaces:
Map<String,CommitHash>
public final class CommitHashesMap extends org.cactoos.map.MapEnvelope<String,CommitHash>
Commit hashes table as a map. The keys - tags The values - narrow hashes (7 chars)- Since:
- 0.29.6
-
-
Constructor Summary
Constructors Constructor Description CommitHashesMap()
Constructor.
-
Method Summary
-
Methods inherited from class org.cactoos.map.MapEnvelope
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-