Package samples.hashcode
Class HashCodeInitializedInCtor
- java.lang.Object
-
- samples.hashcode.HashCodeInitializedInCtor
-
public class HashCodeInitializedInCtor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.HashMap<java.lang.String,java.lang.String>
hash
-
Constructor Summary
Constructors Constructor Description HashCodeInitializedInCtor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
hashCode()
static HashCodeInitializedInCtor
newFaults()
-
-
-
Method Detail
-
newFaults
public static HashCodeInitializedInCtor newFaults()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-