C E F G H I M P S T

C

call(A) - Method in class fr.ens_cachan.dptinfo.util.Function
Calls this Function.
compareTo(Pair<F, S>) - Method in class fr.ens_cachan.dptinfo.util.Pair
Compares this pair with the specified pair for order, using the order on the first element, and the order on the second element in case of equality on the first one.
compose(Function<? super B, C>) - Method in class fr.ens_cachan.dptinfo.util.Function
Composes this Function with another one.

E

equals(Object) - Method in class fr.ens_cachan.dptinfo.util.Pair
Indicates whether this Pair is equivalent to the passed Object.

F

filter(Function<? super A, Boolean>, Iterable<A>) - Static method in class fr.ens_cachan.dptinfo.util.Iterators
Returns an Iterable structure that contains the elements of c for which f returns true.
fold(Function<Pair<A, B>, A>, C, Iterable<? extends B>) - Static method in class fr.ens_cachan.dptinfo.util.Iterators
Iterates through a collection and reduces it using a binary operator from begin to end.
fr.ens_cachan.dptinfo.util - package fr.ens_cachan.dptinfo.util
 
Function<A,B> - Class in fr.ens_cachan.dptinfo.util
An interface for generic functions from type A to type B.
Function() - Constructor for class fr.ens_cachan.dptinfo.util.Function
 

G

getFirst() - Method in class fr.ens_cachan.dptinfo.util.Pair
Return the first element in this pair.
getSecond() - Method in class fr.ens_cachan.dptinfo.util.Pair
Return the second element in this pair.

H

hashCode() - Method in class fr.ens_cachan.dptinfo.util.Pair
Return a hash code value for this pair.

I

Iterators - Class in fr.ens_cachan.dptinfo.util
A class for generic function calls on Iterable structures.

M

main(String[]) - Static method in class fr.ens_cachan.dptinfo.util.Test
 
map(Function<? super A, B>, Iterable<A>) - Static method in class fr.ens_cachan.dptinfo.util.Iterators
Returns an Iterable structure that contains the result of f applied to each element in the iteration of c.

P

Pair<F extends java.lang.Comparable<? super F>,S extends java.lang.Comparable<? super S>> - Class in fr.ens_cachan.dptinfo.util
A generic implementation of a pair of elements.
Pair(F, S) - Constructor for class fr.ens_cachan.dptinfo.util.Pair
Creates a new pair.

S

setFirst(F) - Method in class fr.ens_cachan.dptinfo.util.Pair
Sets the first element in this pair.
setSecond(S) - Method in class fr.ens_cachan.dptinfo.util.Pair
Sets the second element in this pair.

T

Test - Class in fr.ens_cachan.dptinfo.util
 
Test() - Constructor for class fr.ens_cachan.dptinfo.util.Test
 
toString() - Method in class fr.ens_cachan.dptinfo.util.Pair
Return a String representation of this pair.

C E F G H I M P S T