Package cern.colt.function

  • Interface Summary 
    Interface Description
    ByteComparator
    A comparison function which imposes a total ordering on some collection of elements.
    ByteProcedure
    Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
    CharComparator
    A comparison function which imposes a total ordering on some collection of elements.
    DoubleComparator
    A comparison function which imposes a total ordering on some collection of elements.
    DoubleFunction
    Interface that represents a function object: a function that takes a single argument and returns a single value.
    DoubleIntProcedure
    Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
    DoubleProcedure
    Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
    FloatComparator
    A comparison function which imposes a total ordering on some collection of elements.
    FloatProcedure
    Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
    IntComparator
    A comparison function which imposes a total ordering on some collection of elements.
    IntDoubleProcedure
    Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
    IntFunction
    Interface that represents a function object: a function that takes a single argument and returns a single value.
    IntIntProcedure
    Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
    IntObjectProcedure<T>
    Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
    IntProcedure
    Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
    LongComparator
    A comparison function which imposes a total ordering on some collection of elements.
    LongObjectProcedure<T>
    Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
    LongProcedure
    Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
    ObjectProcedure
    Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
    ShortComparator
    A comparison function which imposes a total ordering on some collection of elements.