C E F H I O R S T

C

cons(int) - Method in class IntList
Adds the int n to the front of this IntList.
ConsIntList - Class in <Unnamed>
 
ConsIntList(int, IntList) - Constructor for class ConsIntList
This method is automatically generated by the Language Level Converter.

E

EmptyIntList - Class in <Unnamed>
 
EmptyIntList() - Constructor for class EmptyIntList
 
equals(Object) - Method in class ConsIntList
This method is automatically generated by the Language Level Converter.
equals(Object) - Method in class EmptyIntList
This method is automatically generated by the Language Level Converter.
equals(Object) - Method in class IntList
This method is automatically generated by the Language Level Converter.
equals(Object) - Method in class IntListTest
This method is automatically generated by the Language Level Converter.

F

first - Variable in class ConsIntList
The first element of this IntList.
first() - Method in class ConsIntList
This method is automatically generated by the Language Level Converter.

H

hashCode() - Method in class ConsIntList
This method is automatically generated by the Language Level Converter.
hashCode() - Method in class EmptyIntList
This method is automatically generated by the Language Level Converter.
hashCode() - Method in class IntList
This method is automatically generated by the Language Level Converter.
hashCode() - Method in class IntListTest
This method is automatically generated by the Language Level Converter.

I

insert(int) - Method in class ConsIntList
 
insert(int) - Method in class EmptyIntList
 
insert(int) - Method in class IntList
Inserts n in proper order in this, assuming this is sorted in ascending order.
IntList - Class in <Unnamed>
IntList ::= EmptyIntList | ConsIntList(int, IntList).
IntList() - Constructor for class IntList
This method is automatically generated by the Language Level Converter.
IntListTest - Class in <Unnamed>
The test class for the IntList composte classes with insertion sort.
IntListTest() - Constructor for class IntListTest
This method is automatically generated by the Language Level Converter.

O

ONLY - Static variable in class EmptyIntList
 

R

rest - Variable in class ConsIntList
The remaining elements of this IntList.
rest() - Method in class ConsIntList
This method is automatically generated by the Language Level Converter.

S

sort() - Method in class ConsIntList
 
sort() - Method in class EmptyIntList
 
sort() - Method in class IntList
Sorts this IntList into ascending (non-descending) order.

T

testInsert() - Method in class IntListTest
Tests the insert method.
testSort() - Method in class IntListTest
Tests the sort method.
toString() - Method in class ConsIntList
This method is automatically generated by the Language Level Converter.
toString() - Method in class EmptyIntList
This method is automatically generated by the Language Level Converter.
toString() - Method in class IntList
This method is automatically generated by the Language Level Converter.
toString() - Method in class IntListTest
This method is automatically generated by the Language Level Converter.

C E F H I O R S T