Class DebugInfo


  • @Immutable
    public abstract class DebugInfo
    extends java.lang.Object
    Useful debugging info for Color objects that may or may not be populated, and thus should not effect their value.
    • Field Detail

      • EMPTY

        public static final DebugInfo EMPTY
        Since null and non-null objects would unequal, DebugInfo fields should never be null. Instead, we suggest using this unintersting empty instance to signal absence of meaningful debug info.
    • Constructor Detail

      • DebugInfo

        public DebugInfo()
    • Method Detail

      • getCompositeTypename

        public abstract java.lang.String getCompositeTypename()
      • equals

        public final boolean equals​(java.lang.Object o)
        All DebugInfo objects are equal
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        All DebugInfo objects have the same hashCode
        Overrides:
        hashCode in class java.lang.Object