Class DefaultKeyset

java.lang.Object
com.blazebit.persistence.DefaultKeyset
All Implemented Interfaces:
Keyset, Serializable

public class DefaultKeyset
extends Object
implements Keyset
A simple default implementation for the Keyset interface.
Since:
1.4.1
Author:
Christian Beikov
See Also:
Serialized Form
  • Constructor Details

    • DefaultKeyset

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