Class BooleanKey


  • public class BooleanKey
    extends TranscodingHints.Key
    A transcoding Key represented as a boolean.
    Version:
    $Id: BooleanKey.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanKey()  
    • 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

      • BooleanKey

        public BooleanKey()