Class QueryPictIndexValuesReply

  • All Implemented Interfaces:
    XObject, XReply, XResponse

    public final class QueryPictIndexValuesReply
    extends java.lang.Object
    implements XReply
    • Method Detail

      • readQueryPictIndexValuesReply

        public static QueryPictIndexValuesReply readQueryPictIndexValuesReply​(byte pad,
                                                                              short sequenceNumber,
                                                                              X11Input in)
                                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public void write​(X11Output out)
                   throws java.io.IOException
        Specified by:
        write in interface XReply
        Throws:
        java.io.IOException
      • getSize

        public int getSize()
        Description copied from interface: XObject
        length of object expressed in units of 4 bytes
        Specified by:
        getSize in interface XObject
        Returns:
      • getNumValues

        public int getNumValues()
      • getValues

        @NonNull
        public @NonNull java.util.List<Indexvalue> getValues()
      • equals

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

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

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