Package tools.set

Class CustomMap.DefaultMapKey<K>

java.lang.Object
tools.set.CustomMap.DefaultMapKey<K>
All Implemented Interfaces:
MapKeyProxy<K>
Enclosing class:
CustomMap<K,V>

protected static class CustomMap.DefaultMapKey<K> extends Object implements MapKeyProxy<K>
A default implementation of the Map with customized hash() and equals() functions.
Author:
Pavel Ponec
  • Field Details

    • originalKey

      @Nullable protected final K originalKey
  • Constructor Details

    • DefaultMapKey

      public DefaultMapKey(@Nullable K originalKey)
  • Method Details