Package com.illumon.iris.libs.primitives

  • Class Summary 
    Class Description
    BooleanPrimitives
    A set of commonly used functions that can be applied to Boolean types.
    ByteNumericPrimitives
    A set of commonly used numeric functions that can be applied to Byte types.
    BytePrimitives
    A set of commonly used functions that can be applied to Byte types.
    Casting
    A set of commonly used functions for casting between types.
    CharacterPrimitives
    A set of commonly used functions that can be applied to Character types.
    ComparePrimitives
    A set of commonly used functions for comparing primitive pairs.
    DoubleFpPrimitives
    A set of commonly used doubleing point numeric functions that can be applied to Double types.
    DoubleNumericPrimitives
    A set of commonly used numeric functions that can be applied to Double types.
    DoublePrimitives
    A set of commonly used functions that can be applied to Double types.
    FloatFpPrimitives
    A set of commonly used floating point numeric functions that can be applied to Float types.
    FloatNumericPrimitives
    A set of commonly used numeric functions that can be applied to Float types.
    FloatPrimitives
    A set of commonly used functions that can be applied to Float types.
    IntegerNumericPrimitives
    A set of commonly used numeric functions that can be applied to Integer types.
    IntegerPrimitives
    A set of commonly used functions that can be applied to Integer types.
    LongNumericPrimitives
    A set of commonly used numeric functions that can be applied to Long types.
    LongPrimitives
    A set of commonly used functions that can be applied to Long types.
    ObjectPrimitives
    A set of commonly used functions that can be applied to Object types.
    PrimitiveParseUtil
    A set of commonly used functions for parsing strings to primitive values.
    Replicate
    Autogenerates primitives from template java files (e.g.
    ShortNumericPrimitives
    A set of commonly used numeric functions that can be applied to Short types.
    ShortPrimitives
    A set of commonly used functions that can be applied to Short types.
    SpecialPrimitives
    A set of commonly used functions which are not associated with a specific type.
  • Enum Summary 
    Enum Description
    BinSearch
    Algorithm used to resolve ties when performing a binary search.