Class Name

  • Direct Known Subclasses:
    Name1, Name2, Name3, NameN

    public abstract class Name
    extends java.lang.Object
    Base class for tokenized names (key strings in objects) that have been tokenized from byte-based input sources (like InputStream.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean equals​(int q1)  
      abstract boolean equals​(int[] quads, int qlen)  
      abstract boolean equals​(int q1, int q2)  
      abstract boolean equals​(int q1, int q2, int q3)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getName()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
      • equals

        public abstract boolean equals​(int q1)
      • equals

        public abstract boolean equals​(int q1,
                                       int q2)
      • equals

        public abstract boolean equals​(int q1,
                                       int q2,
                                       int q3)
      • equals

        public abstract boolean equals​(int[] quads,
                                       int qlen)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object