Class SortItem


  • public class SortItem
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • getSortKey

        public SortKey getSortKey()
      • getOrdering

        public Ordering getOrdering()
      • serialize

        public void serialize​(java.nio.ByteBuffer byteBuffer)
      • serialize

        public void serialize​(java.io.DataOutputStream stream)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        public static SortItem deserialize​(java.nio.ByteBuffer byteBuffer)
      • 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