| Class | Description |
|---|---|
| HashCodeWrapper<T> |
A wrapper class to override the equals and hashCode methods to only be equal if 2 objects are the exact same instance.
|
| HashMapWrapper<T,V> |
HashMap where all keys are wrapped in a
HashCodeWrapper. |
Copyright © 2019. All rights reserved.