From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/Hasher.html | 402 +++++++++++++++++---------------- 1 file changed, 202 insertions(+), 200 deletions(-) (limited to 'docs/java/com/sleepycat/db/Hasher.html') diff --git a/docs/java/com/sleepycat/db/Hasher.html b/docs/java/com/sleepycat/db/Hasher.html index a639b290..f13d848c 100644 --- a/docs/java/com/sleepycat/db/Hasher.html +++ b/docs/java/com/sleepycat/db/Hasher.html @@ -1,222 +1,224 @@ - - - - - -Hasher (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface Hasher

-
-
-
public interface Hasher
- - -

-An application-specified, database hash function. -

- -

-


- -

- +

+
com.sleepycat.db
+

Interface Hasher

+
+
+
+
    +
  • +
    +
    +
    public interface Hasher
    +
    An application-specified, database hash function.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Method Summary
    - inthash(Database db, - byte[] data, - int len) - -
    -          An application-specified, database-specific hash function.
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      inthash(Database db, + byte[] data, + int len) +
      An application-specified, database-specific hash function.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -hash

    -
    -int hash(Database db,
    -         byte[] data,
    -         int len)
    -
    -
    An application-specified, database-specific hash function. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        hash

        +
        int hash(Database db,
        +       byte[] data,
        +       int len)
        +
        An application-specified, database-specific hash function.

        The hash function must handle any key values used by the application (possibly including zero-length keys). -

        -

        -

        -
        Parameters:
        db - The enclosing database handle.
        data - The byte string to be hashed.
        len - The length of the byte string in bytes. +

        +
        Parameters:
        db - The enclosing database handle.
        data - The byte string to be hashed.
        len - The length of the byte string in bytes.

        @return - The hash value of the byte string.

        -
    -
    + The hash value of the byte string. +
  • +
+ + + + +
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1