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

I

i - Variable in class at.jku.ssw.fp.sect06_3.Present
The number identifying the present
IA - Interface in at.jku.ssw.fp.sect02_2
 
IB - Interface in at.jku.ssw.fp.sect02_2
 
id - Variable in class at.jku.ssw.fp.sect04_2.fp.Results
The student id
id - Variable in class at.jku.ssw.fp.sect04_2.imp.Results
The student id
id - Variable in class at.jku.ssw.fp.sect07_5.results.Results
The student id
Id<T> - Class in at.jku.ssw.fp.sect06_3_4
Class representing the identity monad.
Id(T) - Constructor for class at.jku.ssw.fp.sect06_3_4.Id
Constructor wrapping a value.
identity - Variable in class at.jku.ssw.fp.sect08_2.ReduceTask
The identity value for the reduction
identity() - Method in interface at.jku.ssw.fp.sect06_2.Monoid
Returns the identity value.
implicitMonoid(M) - Static method in class at.jku.ssw.fp.sect06_2.Monoids
Returns a default monoid based on the type of a value.
inDiag(int, int, int, int) - Static method in class at.jku.ssw.fp.sect03_3.Demo2_NQueens
Checks if positions i/ j and row/col are in one diagonal.
inflow - Static variable in class at.jku.ssw.fp.sect05_4.dsl.Demo2_LevelControl
 
inflow - Variable in class at.jku.ssw.fp.sect05_4.dsl.LevelControl
Variables for the current level and the inflow (which is a control output)
INFLOW - Static variable in class at.jku.ssw.fp.sect05_4.dsl.LevelControl
Constants for full und empty level and constant inflow
Ingr - Class in at.jku.ssw.fp.sect05_2.workflow
Basic ingredients for a product produced by a workflow.
Ingr(String, double) - Constructor for class at.jku.ssw.fp.sect05_2.workflow.Ingr
Private constructor initializing name and amount of the ingredient.
ingredients - Variable in class at.jku.ssw.fp.sect05_2.workflow.Product
List of ingredients.
input - Variable in exception at.jku.ssw.fp.sect05_3.parser.ParseException
List of tokens left
input - Variable in exception at.jku.ssw.fp.sect06_3.ParseException
List of tokens left
instance - Static variable in class at.jku.ssw.fp.sect04_4.cmd_fp.CmdHandler
Singleton command handler
instance - Static variable in class at.jku.ssw.fp.sect04_4.cmd_nofp.CmdHandler
Singleton command handler
INSTANCE - Static variable in class at.jku.ssw.fp.sect10_5.SwingScheduler
 
inState(S) - Method in class at.jku.ssw.fp.sect05_4.dsl.StateModel
Tests if the given state is the current state.
INSUFFICIENT - at.jku.ssw.fp.sect04_2.fp.Grade
 
INSUFFICIENT - at.jku.ssw.fp.sect04_2.imp.Grade
 
INSUFFICIENT - at.jku.ssw.fp.sect07_5.results.Grade
 
integerShrinkerRec - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Shrinkers
A shrinker for Integer values.
intLists - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Gens
A generator for list of integers from 0 to 9
intListShrinker - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Shrinkers
A shrinker for lists of integers
intPlusMonoid - Static variable in class at.jku.ssw.fp.sect06_2.Monoids
The monoid for integer values, the plus operator and 0 as identity value.
intRands - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Gens
A generator for integer values (in full range of integer)
IntRef - Class in at.jku.ssw.fp.util
Class for objects with a single mutable int field.
IntRef(int) - Constructor for class at.jku.ssw.fp.util.IntRef
Private constructor with the value for the mutable int field.
intsFromTo(int, int) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Gens
Creates a generator for int values between from and to.
intShrinker - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Shrinkers
A shrinker for arbitrary int values.
intsTo(int) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Gens
Creates a generator for int values between 0 and to.
intTimesMonoid - Static variable in class at.jku.ssw.fp.sect06_2.Monoids
The monoid for integer values, the times operator and 1 as identity value.
is(Class<T>, Function<? super T, ? extends R>) - Static method in class at.jku.ssw.fp.util.When
Creates a typetest function from a class and a function.
is(Predicate<? super T>, Function<? super T, ? extends R>) - Static method in class at.jku.ssw.fp.util.When
Creates a conditional function from a predicate and a function.
isDisposed() - Method in class at.jku.ssw.fp.sect10_5.SwingScheduler.SwingWorker
 
isEmpty() - Method in class at.jku.ssw.fp.coll.FList.Cons
Returns false as this list is not empty.
isEmpty() - Method in class at.jku.ssw.fp.coll.FList
Tests if this list is the empty list.
isEmpty() - Method in class at.jku.ssw.fp.coll.FList.Nil
Returns true as this represents the empty list.
isEmpty() - Method in class at.jku.ssw.fp.coll.FSet.Cons
Returns false as this list is not empty.
isEmpty() - Method in class at.jku.ssw.fp.coll.FSet.Empty
Returns true as this represents the empty set.
isEmpty() - Method in class at.jku.ssw.fp.coll.FSet
Tests if this list is the empty set.
isEmpty() - Method in class at.jku.ssw.fp.coll.Tree.Empty
Returns true as this represents the empty tree.
isEmpty() - Method in class at.jku.ssw.fp.coll.Tree
Tests if this tree is the empty tree.
isEmpty() - Method in class at.jku.ssw.fp.coll.Tree.Node
Returns false as this tree node is not the empty tree node.
isLitValue(Expr, boolean) - Static method in class at.jku.ssw.fp.sect04_4.visitor_fp.Demo_ExprApply
 
isNeighbor(Pos) - Method in class at.jku.ssw.fp.sect04_3.puzzle.Pos
Tests if the given position is a neighbor of this position
isPrime(int) - Static method in class at.jku.ssw.fp.sect11_3.check4j.Gens
 
isPrime(long) - Static method in class at.jku.ssw.fp.sect03_1.Demo3_Memoize
 
isPrime(long) - Static method in class at.jku.ssw.fp.sect07_6.Demo1_Hints
 
isPrimeWithCache(long) - Static method in class at.jku.ssw.fp.sect03_1.Demo3_Memoize
 
isSafe(boolean[][], int, int) - Static method in class at.jku.ssw.fp.sect03_3.Demo2_NQueens
Checks if position is safe for setting queen.
isSafe(FList<Pos>, int, int) - Static method in class at.jku.ssw.fp.sect03_3.Demo2_NQueens
Checks if position is safe for setting queen.
isSolution() - Method in class at.jku.ssw.fp.sect04_3.puzzle.Puzzle
Tests if this puzzle state represents the solution state.
isValid() - Method in class at.jku.ssw.fp.sect04_3.puzzle.Pos
Tests if this position is within the range of the puzzle.
isWithinArea(Point, Rectangle) - Method in class at.jku.ssw.fp.sect10_1.Demo4_ClickObservable.ObservablePanel
 
iterable(Supplier<Optional<T>>) - Static method in class at.jku.ssw.fp.sect04_6.Lazy
Creates a lazy iterable from the given supplier function.
iterate(T, UnaryOperator<T>) - Static method in class at.jku.ssw.fp.sect04_6.Lazy
Creates an iterable with elements which are generated by the unary operator starting from an initial value.
iterator() - Method in class at.jku.ssw.fp.coll.FList
Returns an iterator for this list.
iterator() - Method in class at.jku.ssw.fp.coll.FSet
Returns an iterator for this set.
iterator(Supplier<Optional<T>>) - Static method in class at.jku.ssw.fp.sect04_6.Lazy
Creates a lazy iterator from the given supplier function.
iterator(T, UnaryOperator<T>) - Static method in class at.jku.ssw.fp.sect04_6.Lazy
Creates an iterator for the elements which are generated by the unary operator starting from an initial value.
IVar - Class in at.jku.ssw.fp.sect05_4.dsl
Variable with integer mutable value in a controller application.
IVar(int) - Constructor for class at.jku.ssw.fp.sect05_4.dsl.IVar
Constructor initializing the variable value.
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