All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Index of all Fields and Methods

C

cardinal(). Method in class simset.Head
Returns the number of items currently in this list.
clear(). Method in class simset.Head
Removes all items from this list.

E

empty(). Method in class simset.Head
Tests if this list is empty.

F

first(). Method in class simset.Head
Returns the first item in this list.
follow(Linkage). Method in class simset.Link
Inserts this item after a specified item.

H

Head(). Constructor for class simset.Head

I

into(Head). Method in class simset.Link
Inserts this item as the last member of a list.

L

last(). Method in class simset.Head
Returns the last item in this list.
Link(). Constructor for class simset.Link
Linkage(). Constructor for class simset.Linkage

O

out(). Method in class simset.Link
Removes this item from the list (if any) that it is currently in.

P

precede(Linkage). Method in class simset.Link
Inserts this item before a specified item.
pred(). Method in class simset.Linkage
Returns the item in the list before this Linkage.
prev(). Method in class simset.Linkage
Returns the Linkage object before this one, whether this is a Link object, a Head object or null.

S

suc(). Method in class simset.Linkage
Returns the item in the list after this Linkage.