Class HashKeyIsIdHashKeyExtractor<ID>

  • All Implemented Interfaces:
    HashKeyExtractor<ID,​ID>

    public class HashKeyIsIdHashKeyExtractor<ID>
    extends java.lang.Object
    implements HashKeyExtractor<ID,​ID>
    Author:
    Michael Lavelle, Sebastian Just
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ID getHashKey​(ID id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HashKeyIsIdHashKeyExtractor

        public HashKeyIsIdHashKeyExtractor​(java.lang.Class<ID> idAndHashKeyType)