Interface IntegerDataStore

    • Method Detail

      • get

        @Deprecated
        java.lang.Integer get​(DBIDRef id)
        Deprecated.
        Use intValue(elki.database.ids.DBIDRef) instead, to avoid boxing/unboxing cost.
        Getter, but using objects.
        Specified by:
        get in interface DataStore<java.lang.Integer>
        Parameters:
        id - Database ID.
        Returns:
        Object or null
      • intValue

        int intValue​(DBIDRef id)
        Retrieves a value from the storage.
        Parameters:
        id - Database ID.
        Returns:
        Double value