Uses of Class
org.apache.datasketches.theta.UpdateReturnState
| Package | Description |
|---|---|
| org.apache.datasketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
-
Uses of UpdateReturnState in org.apache.datasketches.theta
Methods in org.apache.datasketches.theta that return UpdateReturnState Modifier and Type Method Description UpdateReturnStateUpdateSketch. update(byte[] data)Present this sketch with the given byte array.UpdateReturnStateUpdateSketch. update(char[] data)Present this sketch with the given char array.UpdateReturnStateUpdateSketch. update(double datum)Present this sketch with the given double (or float) datum.UpdateReturnStateUpdateSketch. update(int[] data)Present this sketch with the given integer array.UpdateReturnStateUpdateSketch. update(long datum)Present this sketch with a long.UpdateReturnStateUpdateSketch. update(long[] data)Present this sketch with the given long array.UpdateReturnStateUpdateSketch. update(String datum)Present this sketch with the given String.static UpdateReturnStateUpdateReturnState. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateReturnState[]UpdateReturnState. values()Returns an array containing the constants of this enum type, in the order they are declared.