Class CaseInsensitiveIdentifier

  • All Implemented Interfaces:
    java.lang.Comparable<AbstractUtf8Array>

    public class CaseInsensitiveIdentifier
    extends Identifier
    Author:
    baldersheim
    • Constructor Detail

      • CaseInsensitiveIdentifier

        public CaseInsensitiveIdentifier​(java.lang.String s)
      • CaseInsensitiveIdentifier

        public CaseInsensitiveIdentifier​(byte[] utf8)
      • CaseInsensitiveIdentifier

        public CaseInsensitiveIdentifier​(AbstractUtf8Array utf8)
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: AbstractUtf8Array
        Will convert the utf8 sequence to a Java string
        Overrides:
        toString in class AbstractUtf8Array
        Returns:
        The converted Java String