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. --- .../com/sleepycat/persist/evolve/Mutation.html | 651 ++++++++++----------- 1 file changed, 312 insertions(+), 339 deletions(-) (limited to 'docs/java/com/sleepycat/persist/evolve/Mutation.html') diff --git a/docs/java/com/sleepycat/persist/evolve/Mutation.html b/docs/java/com/sleepycat/persist/evolve/Mutation.html index 471a36fb..3a2bfa8c 100644 --- a/docs/java/com/sleepycat/persist/evolve/Mutation.html +++ b/docs/java/com/sleepycat/persist/evolve/Mutation.html @@ -1,357 +1,330 @@ - - - - - -Mutation (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.evolve -
-Class Mutation

-
-java.lang.Object
-  extended by com.sleepycat.persist.evolve.Mutation
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
Direct Known Subclasses:
Converter, Deleter, Renamer
-
-
-
-
public abstract class Mutation
extends Object
implements Serializable
- - -

-The base class for all mutations. -

- -

-

-
See Also:
Class Evolution, -Serialized Form
-
- -

- +

+
com.sleepycat.persist.evolve
+

Class Mutation

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    Converter, Deleter, Renamer
    +
    +
    +
    +
    public abstract class Mutation
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    The base class for all mutations.
    +
    See Also:
    Class Evolution, +Serialized Form
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(Object other) - -
    -          Returns true if the class name, class version and field name are equal - in this object and given object.
    - StringgetClassName() - -
    -          Returns the class to which this mutation applies.
    - intgetClassVersion() - -
    -          Returns the class version to which this mutation applies.
    - StringgetFieldName() - -
    -          Returns the field name to which this mutation applies, or null if this - mutation applies to the class itself.
    - inthashCode() - -
    -           
    - StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object other) +
      Returns true if the class name, class version and field name are equal + in this object and given object.
      +
      java.lang.StringgetClassName() +
      Returns the class to which this mutation applies.
      +
      intgetClassVersion() +
      Returns the class version to which this mutation applies.
      +
      java.lang.StringgetFieldName() +
      Returns the field name to which this mutation applies, or null if this + mutation applies to the class itself.
      +
      inthashCode() 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -getClassName

    -
    -public String getClassName()
    -
    -
    Returns the class to which this mutation applies. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getClassVersion

    -
    -public int getClassVersion()
    -
    -
    Returns the class version to which this mutation applies. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getFieldName

    -
    -public String getFieldName()
    -
    -
    Returns the field name to which this mutation applies, or null if this - mutation applies to the class itself. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(Object other)
    -
    -
    Returns true if the class name, class version and field name are equal - in this object and given object. -

    -

    -
    Overrides:
    equals in class Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Overrides:
    hashCode in class Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public java.lang.String getClassName()
        +
        Returns the class to which this mutation applies.
        +
      • +
      + + + +
        +
      • +

        getClassVersion

        +
        public int getClassVersion()
        +
        Returns the class version to which this mutation applies.
        +
      • +
      + + + +
        +
      • +

        getFieldName

        +
        public java.lang.String getFieldName()
        +
        Returns the field name to which this mutation applies, or null if this + mutation applies to the class itself.
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object other)
        +
        Returns true if the class name, class version and field name are equal + in this object and given object.
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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