Class CommonValues

java.lang.Object
com.cedarsoftware.util.convert.CommonValues

public final class CommonValues extends Object
Author:
Kenny Partlow ([email protected])
Copyright (c) Cedar Software LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

License

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
  • Field Details

    • BYTE_ZERO

      public static final Byte BYTE_ZERO
    • BYTE_ONE

      public static final Byte BYTE_ONE
    • SHORT_ZERO

      public static final Short SHORT_ZERO
    • SHORT_ONE

      public static final Short SHORT_ONE
    • INTEGER_ZERO

      public static final Integer INTEGER_ZERO
    • INTEGER_ONE

      public static final Integer INTEGER_ONE
    • LONG_ZERO

      public static final Long LONG_ZERO
    • LONG_ONE

      public static final Long LONG_ONE
    • FLOAT_ZERO

      public static final Float FLOAT_ZERO
    • FLOAT_ONE

      public static final Float FLOAT_ONE
    • DOUBLE_ZERO

      public static final Double DOUBLE_ZERO
    • DOUBLE_ONE

      public static final Double DOUBLE_ONE
    • CHARACTER_ZERO

      public static final Character CHARACTER_ZERO
    • CHARACTER_ONE

      public static final Character CHARACTER_ONE