jgl Package  Class Hierarchy  Index Top
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

P

PAIR. Static variable in class COM.objectspace.jgl.HashMapIterator
PAIR. Static variable in class COM.objectspace.jgl.OrderedMapIterator
Pair(). Constructor for class COM.objectspace.jgl.Pair
Construct myself to hold a pair of objects initially null.
Pair(Object, Object). Constructor for class COM.objectspace.jgl.Pair
Construct myself to hold a pair of objects.
Pair(Pair). Constructor for class COM.objectspace.jgl.Pair
Construct myself to be a copy of an existing Pair.
PlusInteger(). Constructor for class COM.objectspace.jgl.PlusInteger
PlusNumber(). Constructor for class COM.objectspace.jgl.PlusNumber
Construct myself to use intValue() for operation.
PlusNumber(Class). Constructor for class COM.objectspace.jgl.PlusNumber
Construct myself to operate on objects of the given class.
PlusString(). Constructor for class COM.objectspace.jgl.PlusString
pop(). Method in class COM.objectspace.jgl.PriorityQueue
Pop the last object that was pushed onto me.
pop(). Method in class COM.objectspace.jgl.Queue
Remove an object from my front and return it.
pop(). Method in class COM.objectspace.jgl.Stack
Pop the last object that was pushed onto me.
popBack(). Method in class COM.objectspace.jgl.Array
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.ArrayAdapter
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.Deque
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.DList
Remove and return my last element.
popBack(). Method in interface COM.objectspace.jgl.Sequence
Remove and return my last element.
popBack(). Method in class COM.objectspace.jgl.SList
Remove my last element.
popBack(). Method in class COM.objectspace.jgl.VectorArray
Remove and return my last element.
popFront(). Method in class COM.objectspace.jgl.Array
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.ArrayAdapter
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.Deque
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.DList
Remove and return my first element.
popFront(). Method in interface COM.objectspace.jgl.Sequence
Remove and return my first element.
popFront(). Method in class COM.objectspace.jgl.SList
Remove my first element.
popFront(). Method in class COM.objectspace.jgl.VectorArray
Remove and return my first element.
popHeap(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.Heap
Assuming that a sequence is organized as a heap, swap its first and last elements and then reorganize every element except for the last element to be a heap.
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.Heap
Assuming that a sequence is organized as a heap, swap its first and last elements and then reorganize every element except for the last element to be a heap.
PositiveInteger(). Constructor for class COM.objectspace.jgl.PositiveInteger
PositiveNumber(). Constructor for class COM.objectspace.jgl.PositiveNumber
Construct myself to use intValue() for comparisons.
PositiveNumber(Class). Constructor for class COM.objectspace.jgl.PositiveNumber
Construct myself to compare objects of the given class.
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.Permuting
Arrange a sequence to become its previous permutation.
prevPermutation(Container, BinaryPredicate). Static method in class COM.objectspace.jgl.Permuting
Arrange a container to become its previous permutation.
Print(). Constructor for class COM.objectspace.jgl.Print
Construct myself to print all objects to the standard output stream, System.out.
print(Container). Static method in class COM.objectspace.jgl.Printing
Print the contents of the container to the standard output stream, System.out.
print(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.Printing
Print the contents of the data structure associated with a particular iterator to the standard output stream, System.out.
Print(PrintStream). Constructor for class COM.objectspace.jgl.Print
Construct myself to print all objects to the specified PrintStream.
println(Container). Static method in class COM.objectspace.jgl.Printing
Print the contents of the container to the standard output stream, System.out, followed by a newline.
println(InputIterator, InputIterator). Static method in class COM.objectspace.jgl.Printing
Print the contents of the data structure associated with a particular iterator to the standard output stream, System.out, followed by a newline.
PriorityQueue(). Constructor for class COM.objectspace.jgl.PriorityQueue
Construct myself to be an empty PriorityQueue.
PriorityQueue(BinaryPredicate). Constructor for class COM.objectspace.jgl.PriorityQueue
Construct myself to be an empty PriorityQueue.
PriorityQueue(PriorityQueue). Constructor for class COM.objectspace.jgl.PriorityQueue
Construct myself to be a shallow copy of a specified PriorityQueue.
properSubsetOf(HashSet). Method in class COM.objectspace.jgl.HashSet
Return true if every element in me is also in a specified HashSet and I'm smaller than the specified HashSet.
properSubsetOf(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return true if every element in me is also in a specified OrderedSet and I'm smaller than the specified OrderedSet.
push(Object). Method in class COM.objectspace.jgl.PriorityQueue
Push an object.
push(Object). Method in class COM.objectspace.jgl.Queue
Add an object to my back.
push(Object). Method in class COM.objectspace.jgl.Stack
Push an object.
pushBack(Object). Method in class COM.objectspace.jgl.Array
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.ArrayAdapter
Add an object at my end.
pushBack(Object). Method in class COM.objectspace.jgl.Deque
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.DList
Add an object after my last element.
pushBack(Object). Method in interface COM.objectspace.jgl.Sequence
Add an object at my end.
pushBack(Object). Method in class COM.objectspace.jgl.SList
Add an object after my last element.
pushBack(Object). Method in class COM.objectspace.jgl.VectorArray
Add an object at my end.
pushFront(Object). Method in class COM.objectspace.jgl.Array
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.ArrayAdapter
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.Deque
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.DList
Insert an object in front of my first element.
pushFront(Object). Method in interface COM.objectspace.jgl.Sequence
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.SList
Insert an object in front of my first element.
pushFront(Object). Method in class COM.objectspace.jgl.VectorArray
Insert an object in front of my first element.
pushHeap(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.Heap
Assuming that a sequence is already organized as a heap, insert the element that is immediately after the sequence into the heap.
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.Heap
Assuming that a sequence is already organized as a heap, insert the element that is immediately after the sequence into the heap.
put(int, Object). Method in class COM.objectspace.jgl.Array
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.ArrayIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in interface COM.objectspace.jgl.BidirectionalIterator
Replace the object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.BooleanArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.BooleanIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.ByteArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.ByteIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.CharArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.CharIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.Deque
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.DequeIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.DList
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.DListIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.DoubleArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.DoubleIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.FloatArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.FloatIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.IntArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.IntIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.LongArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.LongIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.ObjectArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.ObjectIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.OrderedMapIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.OrderedSetIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.ReverseIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in interface COM.objectspace.jgl.Sequence
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.ShortArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.ShortIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class COM.objectspace.jgl.SList
Set the element at the specified index to a particular object.
put(int, Object). Method in class COM.objectspace.jgl.VectorArray
Set the object at a specified index.
put(int, Object). Method in class COM.objectspace.jgl.VectorIterator
Write an object at a specified distance from my current position.
put(Object). Method in class COM.objectspace.jgl.ArrayIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.BooleanIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.ByteIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.CharIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.DequeIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.DListIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.DoubleIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.FloatIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.HashMapIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.HashSet
If the object doesn't exist, add the object and return null, otherwise replace the first object that matches and return the old object.
put(Object). Method in class COM.objectspace.jgl.HashSetIterator
HashSet the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.InsertIterator
Insert the object to my associated container using add().
put(Object). Method in class COM.objectspace.jgl.IntIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.LongIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.ObjectIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.ObjectOutputStreamIterator
Print the object to my ObjectOutputStream.
put(Object). Method in class COM.objectspace.jgl.OrderedMapIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.OrderedSet
If the object doesn't exist, add the object and return null, otherwise replace the first object that matches and return the old object.
put(Object). Method in class COM.objectspace.jgl.OrderedSetIterator
OrderedSet the object at my current position to a specified value.
put(Object). Method in interface COM.objectspace.jgl.OutputIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.OutputStreamIterator
Print the object to my OutputStream.
put(Object). Method in class COM.objectspace.jgl.ReverseIterator
Set the object at my current position to a specified value.
put(Object). Method in interface COM.objectspace.jgl.Set
If the object doesn't exist, add the object and return null, otherwise replace the first object that matches and return the old object.
put(Object). Method in class COM.objectspace.jgl.ShortIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.SListIterator
Set the object at my current position to a specified value.
put(Object). Method in class COM.objectspace.jgl.VectorIterator
Set the object at my current position to a specified value.
put(Object, Object). Method in class COM.objectspace.jgl.HashMap
If the key doesn't exist, associate the value with the key and return null, otherwise replace the first value associated with the key and return the old value.
put(Object, Object). Method in class COM.objectspace.jgl.OrderedMap
If the key doesn't exist, associate the value with the key and return null, otherwise replace the first value associated with the key and return the old value.