Skip navigation links
A B C D E F G H I L M N O P Q R S T U X 

A

add(BigInt) - Method in class myBigInteger.AdditionOnlyInt
Add an AdditionOnlyInt mx into this BigInt.
add(AdditionOnlyInt, AdditionOnlyInt) - Static method in class myBigInteger.AdditionOnlyInt
The method should not have side-effect.
add(AddSubInt, AddSubInt) - Static method in class myBigInteger.AddSubInt
The method should not have side-effect.
add(BigInt) - Method in interface myBigInteger.BigInt
Add a BigInt x into this BigInt.
add(SignedAddSubInt, SignedAddSubInt) - Static method in class myBigInteger.SignedAddSubInt
The method should not have side-effect.
add(BigInt) - Method in class myBigInteger.SignedAddSubInt
Add an SignedAddSubInt mx into this BigInt.
add(UnsignedBigInt, UnsignedBigInt) - Static method in class myBigInteger.UnsignedBigInt
 
add(T) - Method in class myUtil.MyArrayList
 
add(int, T) - Method in class myUtil.MyArrayList
 
add(T) - Method in class myUtil.MyDLinkedList
Put add(T item) here
add(int, T) - Method in class myUtil.MyDLinkedList
Put add(int at, T item) here
add(T) - Method in class myUtil.MyLinkedList
 
add(int, T) - Method in class myUtil.MyLinkedList
 
add(T) - Method in class myUtil.MyLinkedList.MyListIterator
 
add(T) - Method in interface myUtil.MyList
Add item to the end of this List.
add(int, T) - Method in interface myUtil.MyList
Add (insert) item to the ith position of this MyList.
add(T) - Method in class myUtil.MySLinkedList
 
add(int, T) - Method in class myUtil.MySLinkedList
 
add(T) - Method in class myUtil.NodeAndIterators.MyListIterator
 
add(T) - Method in interface myUtil.Set
Add e into this Set.
add(Set<T>) - Method in interface myUtil.Set
Add every element in Set S into this Set.
add(T) - Method in class myUtil.SortedArrayList
 
add(int, T) - Method in class myUtil.SortedArrayList
Add (insert) item to the ith position if the insertion maintains the array sorted, if not, the item will not be added and an IllegalArgumentException will be thrown.
AdditionOnlyInt - Class in myBigInteger
This class implements BigInt but only addition operation is actually implemented.
AdditionOnlyInt() - Constructor for class myBigInteger.AdditionOnlyInt
This is the default constructor set the value to "0";
AdditionOnlyInt(String) - Constructor for class myBigInteger.AdditionOnlyInt
This is a constructor that construct an AdditionOnlyInt with value presented by the input string.
AdditionOnlyInt(AdditionOnlyInt) - Constructor for class myBigInteger.AdditionOnlyInt
Copy constructor; a deep copy should be performed.
AddSubInt - Class in myBigInteger
This BigIng extends AdditionOnlyInt with subtraction supported.
AddSubInt() - Constructor for class myBigInteger.AddSubInt
 
AddSubInt(String) - Constructor for class myBigInteger.AddSubInt
This is a constructor that construct an AddSubInt with value presented by the input string.
AddSubInt(AddSubInt) - Constructor for class myBigInteger.AddSubInt
Copy constructor; a deep copy should be performed.
AnalyzeAndReset(String) - Method in class myUtil.HuffmanTree
Analyze text and build a Huffman tree
AQueue<T> - Class in myUtil
This AQueue uses an array to implement interface Queue.
AQueue() - Constructor for class myUtil.AQueue
This default constructor initializes the internal array to the size of 10.
AQueue(int) - Constructor for class myUtil.AQueue
This constructor initializes the internal array to the size specified by capacity.
AStack<T> - Class in myUtil
This AStack uses an array to implement interface Stack.
AStack() - Constructor for class myUtil.AStack
This default constructor initializes the internal array to the size of 10.
AStack(int) - Constructor for class myUtil.AStack
This constructor initializes the internal array to the size specified by capacity.
A B C D E F G H I L M N O P Q R S T U X 
Skip navigation links