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
All Classes All Packages
All Classes All Packages
T
- tail - Variable in class at.jku.ssw.fp.coll.FList.Cons
-
The tail list
- tail - Variable in class at.jku.ssw.fp.coll.FSet.Cons
-
The tail list
- tail() - Method in class at.jku.ssw.fp.coll.FList.Cons
-
Returns the tail list of this list.
- tail() - Method in class at.jku.ssw.fp.coll.FList.Nil
-
Throws a
NoSuchElementException
. - tail() - Method in class at.jku.ssw.fp.coll.FList
-
Returns the tail list of this list.
- tail() - Method in class at.jku.ssw.fp.coll.FSet.Cons
-
Returns the tail of this set.
- tail() - Method in class at.jku.ssw.fp.coll.FSet.Empty
-
Throws a
NoSuchElementException
. - tail() - Method in class at.jku.ssw.fp.coll.FSet
-
Returns the tail set for this set.
- temp - Variable in class at.jku.ssw.fp.sect10_3.WeatherData
-
The temperature value
- temps - Variable in class at.jku.ssw.fp.sect10_5.Demo4_ObserveOn
- TerFunction<T1,T2,T3,R> - Interface in at.jku.ssw.fp.util
-
Functional interface for ternary functions.
- teriminateLatch - Static variable in class at.jku.ssw.fp.sect10_7.Demo3_StreamingSong
- teriminateLatch - Static variable in class at.jku.ssw.fp.sect10_7.Demo4_StreamingSongWithRequests
- test() - Method in class at.jku.ssw.fp.sect10_8.Demo1_ObservableTest
- test(Object) - Method in class at.jku.ssw.fp.util.TypeTestFunction
-
Tests the object if it is of the specific class.
- test(T) - Method in interface at.jku.ssw.fp.util.CondFunction
-
Tests an argument value if applicable.
- testAdd() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testContains() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testEmptyList() - Method in class at.jku.ssw.fp.sect11_1.Demo_JUnit5
- testEquals() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testExcpts() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testFindFlightTimeout() - Method in class at.jku.ssw.fp.sect11_1.Demo_JUnit5
- testFList() - Method in class at.jku.ssw.fp.sect11_1.Demo_JUnit5
- testHead() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testIsEmpty() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testIterator() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testObserver - Variable in class at.jku.ssw.fp.sect10_8.Demo1_ObservableTest
- testOptional() - Method in class at.jku.ssw.fp.sect11_2.Demo_AssertJ
- testPredicate() - Method in class at.jku.ssw.fp.sect11_2.Demo_AssertJ
- testRemove() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testScheduler - Variable in class at.jku.ssw.fp.sect10_8.Demo1_ObservableTest
- testSize() - Method in class at.jku.ssw.fp.coll.test.FListTest
- testStreams() - Method in class at.jku.ssw.fp.sect11_2.Demo_AssertJ
- testToString() - Method in class at.jku.ssw.fp.coll.test.FListTest
- text - Variable in class at.jku.ssw.fp.sect04_4.cmd_fp.TextEditor
- text - Variable in class at.jku.ssw.fp.sect04_4.cmd_nofp.AddTextCommand
-
The string builder where the text is added.
- text - Variable in class at.jku.ssw.fp.sect04_4.cmd_nofp.DeleteTextCommand
-
The string builder where the text is deleted.
- text - Variable in class at.jku.ssw.fp.sect04_4.cmd_nofp.TextEditor
- TEXT_FILE - Static variable in class at.jku.ssw.fp.sect07_5.index.WordIndex
- TEXT_FILE - Static variable in class at.jku.ssw.fp.sect07_7.Demo_Numbered
- TEXT_FILE - Static variable in class at.jku.ssw.fp.sect08_3.Demo2_ParallelCollect
- textDeleted - Variable in class at.jku.ssw.fp.sect04_4.cmd_nofp.DeleteTextCommand
-
The deleted text.
- TextEditor - Class in at.jku.ssw.fp.sect04_4.cmd_fp
-
Simple class simulating actions of a text editor.
- TextEditor - Class in at.jku.ssw.fp.sect04_4.cmd_nofp
-
Simple class simulating actions of a text editor.
- TextEditor() - Constructor for class at.jku.ssw.fp.sect04_4.cmd_fp.TextEditor
- TextEditor() - Constructor for class at.jku.ssw.fp.sect04_4.cmd_nofp.TextEditor
- textToAdd - Variable in class at.jku.ssw.fp.sect04_4.cmd_nofp.AddTextCommand
-
The text to add.
- then(Step<? super O, ? extends R>) - Method in interface at.jku.ssw.fp.sect05_2.workflow.Step
-
Combines this step with the step given as parameter.
- THRESHOLD - Static variable in class at.jku.ssw.fp.sect08_2.ReduceTask
-
Threshold for splitting
- TIMEOUT_DELAY - Static variable in class at.jku.ssw.fp.sect10.Constants
-
A constant for a timeout
- TIMEOUT_PROP - Static variable in class at.jku.ssw.fp.sect10.Constants
-
A probability for a timeout
- to - Variable in class at.jku.ssw.fp.airline.Flight
-
The destination of the flight
- to - Variable in class at.jku.ssw.fp.sect04_3.Edge
-
The target node of the edge
- to - Variable in class at.jku.ssw.fp.sect04_3.puzzle.Move
-
the to position
- toArray() - Method in class at.jku.ssw.fp.coll.FList
-
Creates an object array with the elements of this list.
- toArray() - Method in class at.jku.ssw.fp.coll.FSet
-
Creates an object array with the elements of this set.
- toArray(E[]) - Method in class at.jku.ssw.fp.coll.FList
-
Creates an array with the elements of this list.
- toArray(E[]) - Method in class at.jku.ssw.fp.coll.FSet
-
Creates an array with the elements of this set.
- token(String) - Static method in interface at.jku.ssw.fp.sect05_3.parser.Parser
-
A parser parsing a token if it is equal to the given string.
- token(String) - Static method in interface at.jku.ssw.fp.sect06_3.Parser
-
A parser parsing a token if it is equal to the given string.
- toList() - Method in interface at.jku.ssw.fp.sect06_2.Reducible
-
Creates a list of the elements.
- toSet() - Method in interface at.jku.ssw.fp.sect06_2.Reducible
-
Creates a set of the elements.
- toString() - Method in class at.jku.ssw.fp.airline.Agency
-
Returns a string representation of the agency.
- toString() - Method in class at.jku.ssw.fp.airline.Airline
-
Returns a string representation of the airline.
- toString() - Method in class at.jku.ssw.fp.airline.Flight
-
Returns a string representation of the flight
- toString() - Method in class at.jku.ssw.fp.coll.FList
-
Returns a string representation of this list.
- toString() - Method in class at.jku.ssw.fp.coll.FSet
-
Returns a string representation of this set.
- toString() - Method in class at.jku.ssw.fp.coll.Tree.Empty
-
Returns an empty string as string representation of the empty tree.
- toString() - Method in class at.jku.ssw.fp.coll.Tree.Node
-
Returns a string representation of this tree node.
- toString() - Method in class at.jku.ssw.fp.expr.Expr.BinOp
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.expr.Expr.Lit
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.expr.Expr.Not
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.expr.Expr.Var
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.person.Person
-
Returns a string representation of this person.
- toString() - Method in class at.jku.ssw.fp.person.Professor
-
Returns a string representation of this professor.
- toString() - Method in class at.jku.ssw.fp.person.Student
-
Returns a string representation of this student.
- toString() - Method in class at.jku.ssw.fp.sect02_2.Person
- toString() - Method in class at.jku.ssw.fp.sect04_3.Edge
- toString() - Method in class at.jku.ssw.fp.sect04_3.Node
- toString() - Method in class at.jku.ssw.fp.sect04_3.puzzle.Move
- toString() - Method in class at.jku.ssw.fp.sect04_3.puzzle.Pos
- toString() - Method in class at.jku.ssw.fp.sect04_3.puzzle.Puzzle
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_fp.Expr.BinOp
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_fp.Expr.Lit
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_fp.Expr.Not
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_fp.Expr.Var
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_nofp.Expr.BinOp
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_nofp.Expr.Lit
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_nofp.Expr.Not
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect04_4.visitor_nofp.Expr.Var
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.sect05_2.Person
- toString() - Method in class at.jku.ssw.fp.sect05_2.workflow.Ingr
- toString() - Method in class at.jku.ssw.fp.sect05_2.workflow.Product
- toString() - Method in class at.jku.ssw.fp.sect05_3.parser.Result
- toString() - Method in class at.jku.ssw.fp.sect05_4.dsl.BVar
- toString() - Method in class at.jku.ssw.fp.sect05_4.dsl.DVar
- toString() - Method in class at.jku.ssw.fp.sect05_4.dsl.IVar
- toString() - Method in class at.jku.ssw.fp.sect05_4.dsl.LevelControl
- toString() - Method in class at.jku.ssw.fp.sect05_4.dsl.PropCtrl
- toString() - Method in class at.jku.ssw.fp.sect05_4.dsl.SystemUnderCtrl
- toString() - Method in class at.jku.ssw.fp.sect05_4.dsl.Var
- toString() - Method in class at.jku.ssw.fp.sect06_3_4.Logged
- toString() - Method in class at.jku.ssw.fp.sect06_3.Present
- toString() - Method in class at.jku.ssw.fp.sect06_3.Result
- toString() - Method in class at.jku.ssw.fp.sect07_1.Article
- toString() - Method in class at.jku.ssw.fp.sect07_5.index.Numbered
- toString() - Method in class at.jku.ssw.fp.sect07_5.results.Results
- toString() - Method in class at.jku.ssw.fp.sect10_3.WeatherData
- toString() - Method in class at.jku.ssw.fp.sect11_3.check4j.Result
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.DoubleRef
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.IntRef
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.LongRef
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.Pair
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.Ref
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.Tuple2
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.Tuple3
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.Tuple4
-
Returns a string representation.
- toString() - Method in class at.jku.ssw.fp.util.Tuple5
-
Returns a string representation.
- ToStringVisitor - Class in at.jku.ssw.fp.sect04_4.visitor_nofp
-
Expression visitor for creating a string representation.
- ToStringVisitor() - Constructor for class at.jku.ssw.fp.sect04_4.visitor_nofp.ToStringVisitor
- TracedList<T> - Class in at.jku.ssw.fp.sect08_2
-
An list which returns a
TracedSpliterator
as spliterator. - TracedList() - Constructor for class at.jku.ssw.fp.sect08_2.TracedList
- TracedSpliterator<T> - Class in at.jku.ssw.fp.sect08_2
-
Spliterator with tracing.
- TracedSpliterator(Spliterator<T>, String) - Constructor for class at.jku.ssw.fp.sect08_2.TracedSpliterator
-
Constructor setting the real spliterator and a name.
- Transition(BooleanSupplier, Action) - Constructor for class at.jku.ssw.fp.sect05_4.dsl.StateModel.State.Transition
-
Constructor initializing condition and action.
- transitions - Variable in class at.jku.ssw.fp.sect05_4.dsl.StateModel.State
-
List of transition objects for this state
- Treatment - Enum in at.jku.ssw.fp.sect05_2.workflow
-
Enumeration class representing different treatments.
- Treatment() - Constructor for enum at.jku.ssw.fp.sect05_2.workflow.Treatment
- treatments - Variable in class at.jku.ssw.fp.sect05_2.workflow.Stuff
-
The list of treatments of this stuff
- Tree<E> - Class in at.jku.ssw.fp.coll
-
Binary tree with elements which are generic.
- Tree() - Constructor for class at.jku.ssw.fp.coll.Tree
- Tree.Empty<E> - Class in at.jku.ssw.fp.coll
-
Class for the empty tree.
- Tree.Node<E> - Class in at.jku.ssw.fp.coll
-
Class representing a tree node with a value and a left and right subtree.
- tryAdvance(Consumer<? super T>) - Method in class at.jku.ssw.fp.sect08_2.TracedSpliterator
-
Applies the consumer action on the next element.
- trySplit() - Method in class at.jku.ssw.fp.sect08_2.TracedSpliterator
-
Tries a split and returns a spliterator.
- tuple2(Gen<A>, Gen<B>) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Gens
-
A generator of tuples of two values.
- Tuple2<A,B> - Class in at.jku.ssw.fp.util
-
Tuple of two generic values.
- Tuple2(A, B) - Constructor for class at.jku.ssw.fp.util.Tuple2
-
Private constructor.
- tuple3(Gen<A>, Gen<B>, Gen<C>) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Gens
-
A generator of tuples of three values.
- Tuple3<A,B,C> - Class in at.jku.ssw.fp.util
-
Tuple of three generic values.
- Tuple3(A, B, C) - Constructor for class at.jku.ssw.fp.util.Tuple3
-
Private constructor.
- Tuple4<A,B,C,D> - Class in at.jku.ssw.fp.util
-
Tuple of four generic values.
- Tuple4(A, B, C, D) - Constructor for class at.jku.ssw.fp.util.Tuple4
-
Private constructor.
- Tuple5<A,B,C,D,E> - Class in at.jku.ssw.fp.util
-
Tuple of five generic values.
- Tuple5(A, B, C, D, E) - Constructor for class at.jku.ssw.fp.util.Tuple5
-
Private constructor.
- TypeTestFunction<T,R> - Class in at.jku.ssw.fp.util
-
Interface for conditional functions which do a type test of the argument value.
- TypeTestFunction(Class<T>, Function<? super T, ? extends R>) - Constructor for class at.jku.ssw.fp.util.TypeTestFunction
-
Private constructor.
All Classes All Packages