Package cds.utils

Class TextualSearchList.DefaultKeyExtractor<E>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DefaultKeyExtractor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey​(E obj)
      Extracts an UNIQUE textual key (case-sensitive) from the given object.
      • Methods inherited from class java.lang.Object

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

      • DefaultKeyExtractor

        protected DefaultKeyExtractor()
    • Method Detail

      • getKey

        public java.lang.String getKey​(E obj)
        Description copied from interface: TextualSearchList.KeyExtractor
        Extracts an UNIQUE textual key (case-sensitive) from the given object.
        Specified by:
        getKey in interface TextualSearchList.KeyExtractor<E>
        Parameters:
        obj - Object from which a textual key must be extracted.
        Returns:
        Its textual key (case-sensitive).