Class DefaultKeyset

    • Constructor Detail

      • DefaultKeyset

        public DefaultKeyset​(Serializable[] tuple)
        Creates a new keyset object from the given tuple.
        Parameters:
        tuple - The tuple of the keyset
    • Method Detail

      • getTuple

        public Serializable[] getTuple()
        Description copied from interface: Keyset
        Returns the key set tuple ordered by the respective order by expressions.
        Specified by:
        getTuple in interface Keyset
        Returns:
        The key set tuple for this keyset
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object