Package org.eolang.maven.hash
Class CommitHashesMap.Fake
- java.lang.Object
-
- org.cactoos.map.MapEnvelope<String,CommitHash>
-
- org.eolang.maven.hash.CommitHashesMap.Fake
-
- All Implemented Interfaces:
Map<String,CommitHash>
- Enclosing class:
- CommitHashesMap
public static final class CommitHashesMap.Fake extends org.cactoos.map.MapEnvelope<String,CommitHash>
Fake commit hashes hash-table.- Since:
- 0.29.6
-
-
Constructor Summary
Constructors Constructor Description Fake()
Ctor.
-
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
-
-