Class StringKey


  • public class StringKey
    extends TranscodingHints.Key
    A transcoding Key represented as a string.
    Version:
    $Id: StringKey.java 1808001 2017-09-11 09:51:29Z ssteiner $
    • Constructor Summary

      Constructors 
      Constructor Description
      StringKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompatibleValue​(java.lang.Object v)
      Returns true if the specified object is a valid value for this key, false otherwise.
      • Methods inherited from class java.lang.Object

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

      • StringKey

        public StringKey()