Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 139591020D for ; Tue, 13 Aug 2013 15:43:31 +0000 (UTC) Received: (qmail 63996 invoked by uid 500); 13 Aug 2013 15:43:30 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 63956 invoked by uid 500); 13 Aug 2013 15:43:30 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 63939 invoked by uid 99); 13 Aug 2013 15:43:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 15:43:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 15:43:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 56BB32388C29 for ; Tue, 13 Aug 2013 15:42:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r874484 [13/45] - in /websites/production/directory/content/mavibot/gen-docs: ./ 1.0.0-M1/ 1.0.0-M1/apidocs/ 1.0.0-M1/apidocs/org/ 1.0.0-M1/apidocs/org/apache/ 1.0.0-M1/apidocs/org/apache/directory/ 1.0.0-M1/apidocs/org/apache/directory/mav... Date: Tue, 13 Aug 2013 15:42:17 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130813154228.56BB32388C29@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/LongComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/LongComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/LongComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,283 @@ + + + + + + +LongComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + + +
+
org.apache.directory.mavibot.btree.comparator
+

Class LongComparator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.directory.mavibot.btree.comparator.LongComparator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LongComparator

        +
        public LongComparator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compare

        +
        public int compare(Long long1,
        +          Long long2)
        +
        Compare two longs.
        +
        +
        Specified by:
        +
        compare in interface Comparator<Long>
        +
        Parameters:
        long1 - First long
        long2 - Second long
        +
        Returns:
        1 if long1 > long2, 0 if long1 == long2, -1 if long1 < long2
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/ShortArrayComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/ShortArrayComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/ShortArrayComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,283 @@ + + + + + + +ShortArrayComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + + +
+
org.apache.directory.mavibot.btree.comparator
+

Class ShortArrayComparator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.directory.mavibot.btree.comparator.ShortArrayComparator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ShortArrayComparator

        +
        public ShortArrayComparator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compare

        +
        public int compare(short[] shortArray1,
        +          short[] shortArray2)
        +
        Compare two short arrays.
        +
        +
        Specified by:
        +
        compare in interface Comparator<short[]>
        +
        Parameters:
        shortArray1 - First short array
        shortArray2 - Second short array
        +
        Returns:
        1 if shortArray1 > shortArray2, 0 if shortArray1 == shortArray2, -1 if shortArray1 < shortArray2
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/ShortComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/ShortComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/ShortComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,283 @@ + + + + + + +ShortComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + + +
+
org.apache.directory.mavibot.btree.comparator
+

Class ShortComparator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.directory.mavibot.btree.comparator.ShortComparator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ShortComparator

        +
        public ShortComparator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compare

        +
        public int compare(Short short1,
        +          Short short2)
        +
        Compare two shorts.
        +
        +
        Specified by:
        +
        compare in interface Comparator<Short>
        +
        Parameters:
        short1 - First short
        short2 - Second short
        +
        Returns:
        1 if short1 > short2, 0 if short1 == short2, -1 if short1 < short2
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/StringComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/StringComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/StringComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,283 @@ + + + + + + +StringComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + + +
+
org.apache.directory.mavibot.btree.comparator
+

Class StringComparator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.directory.mavibot.btree.comparator.StringComparator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StringComparator

        +
        public StringComparator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compare

        +
        public int compare(String string1,
        +          String string2)
        +
        Compare two Strings.
        +
        +
        Specified by:
        +
        compare in interface Comparator<String>
        +
        Parameters:
        string1 - First String
        string2 - Second String
        +
        Returns:
        1 if string1 > String2, 0 if string1 == String2, -1 if string1 < String2
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/BooleanArrayComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/BooleanArrayComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/BooleanArrayComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.apache.directory.mavibot.btree.comparator.BooleanArrayComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + +
+

Uses of Class
org.apache.directory.mavibot.btree.comparator.BooleanArrayComparator

+
+
No usage of org.apache.directory.mavibot.btree.comparator.BooleanArrayComparator
+ + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/BooleanComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/BooleanComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/BooleanComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.apache.directory.mavibot.btree.comparator.BooleanComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + +
+

Uses of Class
org.apache.directory.mavibot.btree.comparator.BooleanComparator

+
+
No usage of org.apache.directory.mavibot.btree.comparator.BooleanComparator
+ + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/ByteArrayComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/ByteArrayComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/ByteArrayComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.apache.directory.mavibot.btree.comparator.ByteArrayComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + +
+

Uses of Class
org.apache.directory.mavibot.btree.comparator.ByteArrayComparator

+
+
No usage of org.apache.directory.mavibot.btree.comparator.ByteArrayComparator
+ + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/ByteComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/ByteComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/ByteComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.apache.directory.mavibot.btree.comparator.ByteComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + +
+

Uses of Class
org.apache.directory.mavibot.btree.comparator.ByteComparator

+
+
No usage of org.apache.directory.mavibot.btree.comparator.ByteComparator
+ + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ + Added: websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/CharArrayComparator.html ============================================================================== --- websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/CharArrayComparator.html (added) +++ websites/production/directory/content/mavibot/gen-docs/1.0.0-M1/apidocs/org/apache/directory/mavibot/btree/comparator/class-use/CharArrayComparator.html Tue Aug 13 15:42:13 2013 @@ -0,0 +1,117 @@ + + + + + + +Uses of Class org.apache.directory.mavibot.btree.comparator.CharArrayComparator (ApacheDS MVCC BTree implementation 1.0.0-M1 API) + + + + + + + + + + +
+

Uses of Class
org.apache.directory.mavibot.btree.comparator.CharArrayComparator

+
+
No usage of org.apache.directory.mavibot.btree.comparator.CharArrayComparator
+ + + + +

Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.

+ +