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
L
- lastTime - Variable in class at.jku.ssw.fp.sect05_4.dsl.SystemUnderCtrl
- Lazy - Class in at.jku.ssw.fp.sect04_6
-
Class with lazy methods and lazy iterator and iterable implementations.
- Lazy() - Constructor for class at.jku.ssw.fp.sect04_6.Lazy
- Lazy.LazyIterator<T> - Class in at.jku.ssw.fp.sect04_6
-
A lazy iterator using a supplier function for generating the elements lazily.
- LazyIterator(Supplier<Optional<T>>) - Constructor for class at.jku.ssw.fp.sect04_6.Lazy.LazyIterator
-
Private constructor.
- left - Variable in class at.jku.ssw.fp.coll.Tree.Node
-
The left subtree of this tree node; possibly empty.
- left - Variable in class at.jku.ssw.fp.expr.Expr.BinOp
-
The left subexpression of the binary expression
- left - Variable in class at.jku.ssw.fp.sect04_4.visitor_fp.Expr.BinOp
-
The left subexpression of the binary expression
- left - Variable in class at.jku.ssw.fp.sect04_4.visitor_nofp.Expr.BinOp
-
The left subexpression of the binary expression
- left() - Method in class at.jku.ssw.fp.coll.Tree.Empty
-
Throws a
NoSuchElementException
. - left() - Method in class at.jku.ssw.fp.coll.Tree
-
Returns the left subtree of this tree node.
- left() - Method in class at.jku.ssw.fp.coll.Tree.Node
-
Returns the left subtree of this tree node
- leftExists() - Method in class at.jku.ssw.fp.coll.Tree.Empty
-
Returns
false
as the empty tree does not have a left subtree. - leftExists() - Method in class at.jku.ssw.fp.coll.Tree
-
Tests if the left subtree is not empty.
- leftExists() - Method in class at.jku.ssw.fp.coll.Tree.Node
-
Test if the left subtree is not empty.
- length - Variable in class at.jku.ssw.fp.sect04_4.cmd_nofp.DeleteTextCommand
-
The length of the text to delete.
- less(T) - Method in interface at.jku.ssw.fp.sect02_2.Ordered
-
Tests if this object is less than the given argument value.
- lessEqual(T) - Method in interface at.jku.ssw.fp.sect02_2.Ordered
-
Tests if this object is less than or equal to the given argument value.
- letters - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Gens
-
A generator for creating letters from 'a' to 'z' with same probability.
- level - Static variable in class at.jku.ssw.fp.sect05_4.dsl.Demo2_LevelControl
- level - Variable in class at.jku.ssw.fp.sect05_4.dsl.LevelControl
-
Variables for the current level
- level - Variable in class at.jku.ssw.fp.sect05_4.dsl.SystemUnderCtrl
-
The variable for the current level of the tank
- LevelControl - Class in at.jku.ssw.fp.sect05_4.dsl
-
State transition model for controlling the level of a tank.
- LevelControl(DVar, BVar, DVar) - Constructor for class at.jku.ssw.fp.sect05_4.dsl.LevelControl
-
Constructor for building the level control system.
- list - Variable in class at.jku.ssw.fp.coll.FList.Builder
-
The mutable linked list for collecting the elements.
- list - Variable in class at.jku.ssw.fp.coll.FSet.Builder
-
The mutable linked list for collecting the elements.
- listMonoid() - Static method in class at.jku.ssw.fp.sect06_2.Monoids
-
Creates a monoid object for list for a generic value set
A
, the list concatenation operator and the empty list as identity value. - lists(int, A...) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Gens
-
Creates a generator for generating lists from given elements of given maximum length.
- lists(int, Gen<A>) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Gens
-
Creates a generator for generating lists of given maximum length.
- Lit(boolean) - Constructor for class at.jku.ssw.fp.expr.Expr.Lit
-
Constructor for literals.
- Lit(boolean) - Constructor for class at.jku.ssw.fp.sect04_4.visitor_fp.Expr.Lit
-
Constructor for literals.
- Lit(boolean) - Constructor for class at.jku.ssw.fp.sect04_4.visitor_nofp.Expr.Lit
-
Constructor for literals.
- litParser - Variable in class at.jku.ssw.fp.sect05_3.parser.ExprParser
-
Parser for Boolean literals.
- log - Variable in class at.jku.ssw.fp.sect06_3_4.Logged
-
The log string
- log(String) - Static method in class at.jku.ssw.fp.util.Util
-
Prints out a log message on standard output.
- Logged<A> - Class in at.jku.ssw.fp.sect06_3_4
-
Class representing Logged monad.
- Logged(A, String) - Constructor for class at.jku.ssw.fp.sect06_3_4.Logged
-
Constructor wrapping value and setting log string.
- LOGGER - Static variable in class at.jku.ssw.fp.sect04_5.Demo3_Logger
- logStream - Static variable in class at.jku.ssw.fp.sect08_2.Constants
- Lois - at.jku.ssw.fp.sect06_2.Student
- LongRef - Class in at.jku.ssw.fp.util
-
Class for objects with a single mutable long field.
- LongRef(long) - Constructor for class at.jku.ssw.fp.util.LongRef
-
Private constructor with the value for the mutable long field.
- lookup(Map<A, B>, A) - Static method in class at.jku.ssw.fp.sect03_2.Demo_Optional
- lookup(Map<A, B>, A) - Static method in class at.jku.ssw.fp.util.Util
-
Returns an optional value from getting a value from a map based on a key.
- losses - Variable in class at.jku.ssw.fp.sect05_4.dsl.SystemUnderCtrl
-
Losses of the tank
- LOW - at.jku.ssw.fp.sect07_1.PriceGroups
- LOW_BOUND - Static variable in enum at.jku.ssw.fp.sect07_1.PriceGroups
- lufthansa - Variable in class at.jku.ssw.fp.sect11_1.Demo_JUnit5
All Classes All Packages