Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
V
W
_
F
f
- Variable in class openlist.incremental.
Mapper
the function being mapped
factor
- Variable in class openlist.util.
IntegerScaler
findByName(Symbol)
- Method in class openlist.examples.
WeightedDirectedGraph
Find a Node by name in the LinkedList of nodes.
findSmallestActiveNode()
- Method in class openlist.examples.
WeightedDirectedGraph
Find the active node with the smallest distance, and make it inactive.
first()
- Method in class openlist.
OpenList
Get the head element this, an OpenList.
first(OpenList<Type>)
- Static method in class openlist.
OpenList
Get the head element of a non-empty OpenList.
foldl(Function2arg<Type>, Type)
- Method in class openlist.
OpenList
Fold this list from the left using a 2-ary function.
foldr(Function2arg<Type>, Type)
- Method in class openlist.
OpenList
Fold this list from the right using a 2-ary function.
FORM_FEED
- Static variable in class openlist.reader.
SExpressionReader
fourth()
- Method in class openlist.
OpenList
Returns the fourth element, provided the list has at least four elements.
fromCollection(Collection<Type>)
- Method in class openlist.
OpenList
Make an OpenList from the elements of a Collection.
Function1arg
<
Type
> - Interface in
openlist
A Function1arg is an object used to implement a 1-argument function, to be passed to a higher-order method such as map.
Function2arg
<
Type
> - Interface in
openlist
A Function2arg is an object used to implement a 2-argument function, to be passed to a higher-order method such as foldl or foldr.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
V
W
_