A B C D E F G H I K L M N O P R S T U V W Z 
All Classes All Packages

C

C - Class in at.jku.ssw.fp.sect02_2
Class demonstrating conflicts when inheriting default methods.
C() - Constructor for class at.jku.ssw.fp.sect02_2.C
 
characteristics() - Method in class at.jku.ssw.fp.sect07_4.ConstantCollector
Returns an empty set of characteristics.
characteristics() - Method in class at.jku.ssw.fp.sect08_2.TracedSpliterator
Calls the real spliterator for returning the characteristics.
charShrinker - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Shrinkers
A shrinker for char values.
check() - Method in class at.jku.ssw.fp.sect11_3.check4j.Property
Runs the property-based test represented by this property object.
checkAndShrink() - Method in class at.jku.ssw.fp.sect11_3.check4j.Property
Runs the property-based test represented by this property object.
checkVerbose() - Method in class at.jku.ssw.fp.sect11_3.check4j.Property
Runs the property-based test represented by this property object.
checkVerbose(PrintStream) - Method in class at.jku.ssw.fp.sect11_3.check4j.Property
Runs the property-based test represented by this property object.
clazz - Variable in class at.jku.ssw.fp.util.TypeTestFunction
The class for the typetest.
clickObservable - Variable in class at.jku.ssw.fp.sect10_1.Demo4_ClickObservable.ObservablePanel
 
clouds - Variable in class at.jku.ssw.fp.sect10_3.WeatherData
The cloud value
CmdHandler - Class in at.jku.ssw.fp.sect04_4.cmd_fp
Handler for commands.
CmdHandler - Class in at.jku.ssw.fp.sect04_4.cmd_nofp
Handler for commands.
CmdHandler() - Constructor for class at.jku.ssw.fp.sect04_4.cmd_fp.CmdHandler
Private constructor
CmdHandler() - Constructor for class at.jku.ssw.fp.sect04_4.cmd_nofp.CmdHandler
 
code - Variable in class at.jku.ssw.fp.airline.Airline
The code of the airline
col - Variable in class at.jku.ssw.fp.sect04_3.puzzle.Pos
the column index
comb - Variable in class at.jku.ssw.fp.sect08_2.ReduceTask
The binary operator for the reduction
combine(Step<? super I, ? extends P>, BiFunction<? super O, ? super P, R>) - Method in interface at.jku.ssw.fp.sect05_2.workflow.Step
Creates a combined step which executes this step and the step given as a parameter and combines the result by the given binary function.
combine(M, M) - Method in interface at.jku.ssw.fp.sect06_2.Monoid
Combines two values of the monoid and returns a combined value.
combiner() - Method in class at.jku.ssw.fp.sect07_4.ConstantCollector
A function that accepts two partial results and merges them.
Command - Class in at.jku.ssw.fp.sect04_4.cmd_fp
A command object.
Command - Interface in at.jku.ssw.fp.sect04_4.cmd_nofp
Interface for commands.
Command(Runnable, Runnable) - Constructor for class at.jku.ssw.fp.sect04_4.cmd_fp.Command
Constructor initializing the do and the undo action.
comparator - Variable in class at.jku.ssw.fp.sect07_5.index.Numbered
Comparator for numbered values by first comparing the number and then the value.
compareTo(Person) - Method in class at.jku.ssw.fp.person.Person
Compares this person and the given person first based on the name, then on the age.
compareTo(Person) - Method in class at.jku.ssw.fp.sect02_2.Person
 
compareTo(Person) - Method in class at.jku.ssw.fp.sect05_2.Person
 
compareTo(Numbered<A>) - Method in class at.jku.ssw.fp.sect07_5.index.Numbered
 
compute() - Method in class at.jku.ssw.fp.sect08_2.ReduceTask
Executes this task.
compute(A, BiFunction<? super A, Results, ? extends A>, Function<? super A, ? extends R>) - Method in class at.jku.ssw.fp.sect04_2.fp.ResultsList
Makes a computation on the student result records.
compute(A, BiFunction<? super A, Integer, ? extends A>, Function<? super A, ? extends R>) - Method in class at.jku.ssw.fp.sect04_2.fp.Results
Computes a result from the scores.
compute(String, A, BiFunction<? super A, Integer, ? extends A>, Function<? super A, ? extends R>) - Method in class at.jku.ssw.fp.sect04_2.fp.ResultsList
Computes a result from the scores for a student.
computeGrade(Results) - Static method in class at.jku.ssw.fp.sect07_5.results.Demo_Results
 
ComputerScience - at.jku.ssw.fp.person.Study
 
concat(FList<E>) - Method in class at.jku.ssw.fp.coll.FList.Builder
Adds all elements in the given list to this builder.
concat(Stream<A>...) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Shrinkers
Concatenates multiple streams to a single stream.
cond - Variable in class at.jku.ssw.fp.sect05_4.dsl.StateModel.State.Transition
The function object for the transition condition
CondFunction<T,​R> - Interface in at.jku.ssw.fp.util
Interface for conditional functions.
connect(Node<V>, Node<V>, int) - Method in class at.jku.ssw.fp.sect04_3.Graph
Connects two nodes with a given weight.
connect(Node<V>, Node<V>, int) - Static method in class at.jku.ssw.fp.sect04_3.Node
Connects two nodes.
Cons(E, FList<E>) - Constructor for class at.jku.ssw.fp.coll.FList.Cons
Private constructor initializing head and tail.
Cons(E, FSet<E>) - Constructor for class at.jku.ssw.fp.coll.FSet.Cons
Private constructor initializing head and tail.
ConstantCollector - Class in at.jku.ssw.fp.sect07_4
Collector grouping values with small differences.
ConstantCollector() - Constructor for class at.jku.ssw.fp.sect07_4.ConstantCollector
 
Constants - Class in at.jku.ssw.fp.sect08_2
 
Constants - Class in at.jku.ssw.fp.sect10
Class with a set of constants used in examples.
Constants() - Constructor for class at.jku.ssw.fp.sect08_2.Constants
 
Constants() - Constructor for class at.jku.ssw.fp.sect10.Constants
 
contains(Object) - Method in class at.jku.ssw.fp.coll.FList
Tests if the provided object is contained in this list.
contains(Object) - Method in class at.jku.ssw.fp.coll.FSet
Tests if the provided object is contained in this set.
COOL - at.jku.ssw.fp.sect05_2.workflow.Treatment
 
count() - Method in interface at.jku.ssw.fp.sect06_2.Reducible
Counts the elements.
count(Predicate<Results>) - Method in class at.jku.ssw.fp.sect04_2.fp.ResultsList
Counts the results fulfilling a given predicate.
countScores(String, IntPredicate) - Method in class at.jku.ssw.fp.sect04_2.fp.ResultsList
Counts the scores of a student fulfilling a given predicate.
countScores(IntPredicate) - Method in class at.jku.ssw.fp.sect04_2.fp.Results
Counts the scores fulfilling a given predicate.
countScores(IntPredicate) - Method in class at.jku.ssw.fp.sect07_5.results.Results
Counts the scores fulfilling a given predicate.
countSolved() - Method in class at.jku.ssw.fp.sect04_2.imp.Results
Counts the assignments which are solved.
countSolved(int) - Method in class at.jku.ssw.fp.sect04_2.imp.ResultsList
Counts the number of students which have solved the given assignment.
countSolved(String) - Method in class at.jku.ssw.fp.sect04_2.imp.ResultsList
Counts the assignments of a student which are solved.
Course - Enum in at.jku.ssw.fp.sect06_2
Enumeration for the different courses
Course() - Constructor for enum at.jku.ssw.fp.sect06_2.Course
 
create() - Static method in class at.jku.ssw.fp.coll.FList.Builder
Creates a new builder for collecting elements and building a functional list.
create() - Static method in class at.jku.ssw.fp.coll.FSet.Builder
Creates a new builder for collecting elements and building a functional set.
create() - Static method in class at.jku.ssw.fp.sect11_3.check4j.Result
Creates an empty result object.
createFn() - Method in interface at.jku.ssw.fp.sect04_3.SearchAlgosGeneric.Controller
Returns the supplier function to create the collection used in the search algorithm.
createIntList(int) - Static method in class at.jku.ssw.fp.sect08_3.Demo1_SideEffect
 
createWorker() - Method in class at.jku.ssw.fp.sect10_5.SwingScheduler
 
ctrl - Static variable in class at.jku.ssw.fp.sect05_4.dsl.Demo1_PropCtrl
 
ctrl - Static variable in class at.jku.ssw.fp.sect05_4.dsl.Demo2_LevelControl
 
current - Variable in class at.jku.ssw.fp.sect05_4.dsl.StateModel
The current state
CUT - at.jku.ssw.fp.sect05_2.workflow.Treatment
 
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes All Packages