JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package pu.RedLib
Interface Summary
Interface
Description
Reduction
<E>
Defines a reduction and includes a range of built-in reductions (only a few common ones are implemented).
Class Summary
Class
Description
BooleanAND
BooleanBitwiseAND
BooleanBitwiseOR
BooleanBitwiseXOR
BooleanOR
BooleanXOR
ByteBitwiseAND
ByteBitwiseOR
ByteBitwiseXOR
CollectionDifference
<T>
CollectionIntersection
<T>
CollectionJoin
<T>
A join operation adds every element of the second
collection
to the first
collection
, even if it already exists.
CollectionUnion
<T>
Creates the union of the first
Collection<T>
and the second
Collection<T>
which are sent as arguments.
DoubleAverage
DoubleMaximum
DoubleMinimum
DoubleMultiplication
DoubleSubtraction
DoubleSum
FloatAverage
FloatMaximum
FloatMinimum
FloatMultiplication
FloatSubtraction
FloatSum
IntegerAverage
IntegerBitwiseAND
IntegerBitwiseOR
IntegerBitwiseXOR
IntegerMaximum
IntegerMinimum
IntegerMultiplication
IntegerSubtraction
IntegerSum
LongAverage
LongBitwiseAND
LongBitwiseOR
LongBitwiseXOR
LongMaximum
LongMinimum
LongMultiplication
LongSubtraction
LongSum
MapDifference
<K,T>
MapIntersection
<K,T>
MapUnion
<K,T>
This class reduces two
Map
objects into one by merging them into the first
Map
object.
Reducible
<E>
Defines a Reducible.
SetDifference
<T>
SetIntersection
<T>
SetUnion
<T>
Creates the union of two
Set<T>
s.
ShortAverage
ShortBitwiseAND
ShortBitwiseOR
ShortBitwiseXOR
ShortMultiplication
ShortSubtraction
ShortSum
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes