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

L

length - Static variable in class de.cm.frw.core.fun.impl.FP
Length
list - Static variable in class de.cm.frw.core.fun.impl.LP
The list function takes 0 or more arguments to form a list made from cons cells
listRef(Object, int) - Static method in class de.cm.frw.core.fun.impl.LP
 
LP - Class in de.cm.frw.core.fun.impl
LP collects some utilities for processing lists in a LISP like fashion in order to support taking over existing LISP code
LP() - Constructor for class de.cm.frw.core.fun.impl.LP
 
LP.ConsCell - Class in de.cm.frw.core.fun.impl
A functional implementation of an (immutable) cons cell where values for car and cdr are captured in a closure when the cons cell function is created.
LP.ConsPair - Class in de.cm.frw.core.fun.impl
Use a ConsCell to implement Pair
LP.ConsPair(Object, Object) - Constructor for class de.cm.frw.core.fun.impl.LP.ConsPair
 
LP.EmptyConsCell - Class in de.cm.frw.core.fun.impl
 
LP.EmptyConsCell() - Constructor for class de.cm.frw.core.fun.impl.LP.EmptyConsCell
 
LP.List - Class in de.cm.frw.core.fun.impl
 
LP.List(Function) - Constructor for class de.cm.frw.core.fun.impl.LP.List
 
LP.List() - Constructor for class de.cm.frw.core.fun.impl.LP.List
 
LZ - Class in de.cm.frw.core.fun.impl
Tools for lazy evaluation based on SICP Section 3.5 (part of the doc is quoted from there ...)
LZ() - Constructor for class de.cm.frw.core.fun.impl.LZ
 
LZ.Stream - Class in de.cm.frw.core.fun.impl
 
LZ.Stream(Object) - Constructor for class de.cm.frw.core.fun.impl.LZ.Stream
 
LZ.Stream.Iterator - Class in de.cm.frw.core.fun.impl
 
LZ.Stream.Iterator(Object) - Constructor for class de.cm.frw.core.fun.impl.LZ.Stream.Iterator
 

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