Class SimpleKey<T>

    • Constructor Detail

      • SimpleKey

        public SimpleKey()
    • Method Detail

      • keyFor

        public static NumberKey keyFor​(BigDecimal key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static NumberKey keyFor​(int key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static NumberKey keyFor​(long key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static NumberKey keyFor​(double key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static NumberKey keyFor​(Number key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static NumberKey keyFor​(NumberKey key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static StringKey keyFor​(String key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static StringKey keyFor​(StringKey key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static DateKey keyFor​(Date key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static DateKey keyFor​(DateKey key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.
      • keyFor

        public static BooleanKey keyFor​(Boolean key)
        Creates an ObjectKey for the key object.
        Parameters:
        key - the key value.
        Returns:
        an ObjectKey for key.