Class TranscodingHints.Key

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Key()
      Constructs a key.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean isCompatibleValue​(java.lang.Object val)
      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

      • Key

        protected Key()
        Constructs a key.
    • Method Detail

      • isCompatibleValue

        public abstract boolean isCompatibleValue​(java.lang.Object val)
        Returns true if the specified object is a valid value for this key, false otherwise.