ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy Index of Fields and Methods
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.
PlusNumber(). Constructor for class com.objectspace.jgl.functions.PlusNumber
Construct myself to use intValue() for operation.
PlusNumber(Class). Constructor for class com.objectspace.jgl.functions.PlusNumber
Construct myself to operate on objects of the given class.
PlusString(). Constructor for class com.objectspace.jgl.functions.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.adapters.ArrayAdapter
Remove and return my last element.
popBack(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Remove and return my last element.
popBack(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Remove and return my last element.
popBack(). Method in class com.objectspace.jgl.adapters.CharBuffer
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 class com.objectspace.jgl.adapters.DoubleBuffer
Remove and return my last element.
popBack(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Remove and return my last element.
popBack(). Method in class com.objectspace.jgl.adapters.IntBuffer
Remove and return my last element.
popBack(). Method in class com.objectspace.jgl.adapters.LongBuffer
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.adapters.ShortBuffer
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.adapters.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.adapters.ArrayAdapter
Remove and return my first element.
popFront(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Remove and return my first element.
popFront(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Remove and return my first element.
popFront(). Method in class com.objectspace.jgl.adapters.CharBuffer
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 class com.objectspace.jgl.adapters.DoubleBuffer
Remove and return my first element.
popFront(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Remove and return my first element.
popFront(). Method in class com.objectspace.jgl.adapters.IntBuffer
Remove and return my first element.
popFront(). Method in class com.objectspace.jgl.adapters.LongBuffer
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.adapters.ShortBuffer
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.adapters.VectorArray
Remove and return my first element.
popHeap(BidirectionalIterator, BidirectionalIterator). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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.
PositiveNumber(). Constructor for class com.objectspace.jgl.predicates.PositiveNumber
Construct myself to use intValue() for comparisons.
PositiveNumber(Class). Constructor for class com.objectspace.jgl.predicates.PositiveNumber
Construct myself to compare objects of the given class.
prevPermutation(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Permuting
Arrange a sequence to become its previous permutation.
prevPermutation(Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Permuting
Arrange a container to become its previous permutation.
Print(). Constructor for class com.objectspace.jgl.functions.Print
Construct myself to print all objects to the standard output stream, System.out.
print(Container). Static method in class com.objectspace.jgl.algorithms.Printing
Print the contents of the container to the standard output stream, System.out.
print(InputIterator, InputIterator). Static method in class com.objectspace.jgl.algorithms.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.functions.Print
Construct myself to print all objects to the specified PrintStream.
println(Container). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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(boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Add a boolean after my last element.
pushBack(byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Add a byte after my last element.
pushBack(char). Method in class com.objectspace.jgl.adapters.CharBuffer
Add a char after my last element.
pushBack(double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Add a double after my last element.
pushBack(float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Add a float after my last element.
pushBack(int). Method in class com.objectspace.jgl.adapters.IntBuffer
Add a int after my last element.
pushBack(long). Method in class com.objectspace.jgl.adapters.LongBuffer
Add a long after my last element.
pushBack(Object). Method in class com.objectspace.jgl.Array
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Add an object at my end.
pushBack(Object). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.adapters.CharBuffer
Add an object after my last element.
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 class com.objectspace.jgl.adapters.DoubleBuffer
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.adapters.LongBuffer
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.adapters.ShortBuffer
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.SList
Add an object after my last element.
pushBack(Object). Method in class com.objectspace.jgl.adapters.VectorArray
Add an object at my end.
pushBack(short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Add a short after my last element.
pushFront(boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert a value in front of my first element.
pushFront(byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert a value in front of my first element.
pushFront(char). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert a value in front of my first element.
pushFront(double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert a value in front of my first element.
pushFront(float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert a value in front of my first element.
pushFront(int). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert a value in front of my first element.
pushFront(long). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert a value in front of my first element.
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.adapters.ArrayAdapter
Insert an object in front of my first element.
pushFront(Object). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class com.objectspace.jgl.adapters.CharBuffer
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 class com.objectspace.jgl.adapters.DoubleBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert an object in front of my first element.
pushFront(Object). Method in class com.objectspace.jgl.adapters.LongBuffer
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.adapters.ShortBuffer
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.adapters.VectorArray
Insert an object in front of my first element.
pushFront(short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert a value in front of my first element.
pushHeap(BidirectionalIterator, BidirectionalIterator). Static method in class com.objectspace.jgl.algorithms.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.algorithms.Heap
Assuming that a sequence is already organized as a heap, insert the element that is immediately after the sequence into the heap.
put(boolean). Method in class com.objectspace.jgl.adapters.BooleanIterator
Set the boolean at my current position to a specified value.
put(byte). Method in class com.objectspace.jgl.adapters.ByteIterator
put(char). Method in class com.objectspace.jgl.adapters.CharIterator
put(double). Method in class com.objectspace.jgl.adapters.DoubleIterator
put(float). Method in class com.objectspace.jgl.adapters.FloatIterator
put(int). Method in class com.objectspace.jgl.adapters.IntIterator
put(int, boolean). Method in class com.objectspace.jgl.adapters.BooleanArray
Set the value of a specified index.
put(int, boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Set the boolean at the specified index to a particular value.
put(int, boolean). Method in class com.objectspace.jgl.adapters.BooleanIterator
Write a value at a specified distance from my current position.
put(int, byte). Method in class com.objectspace.jgl.adapters.ByteArray
Set the value of a specified index.
put(int, byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Set the byte at the specified index to a particular value.
put(int, byte). Method in class com.objectspace.jgl.adapters.ByteIterator
put(int, char). Method in class com.objectspace.jgl.adapters.CharArray
Set the value of a specified index.
put(int, char). Method in class com.objectspace.jgl.adapters.CharBuffer
Set the char at the specified index to a particular value.
put(int, char). Method in class com.objectspace.jgl.adapters.CharIterator
put(int, double). Method in class com.objectspace.jgl.adapters.DoubleArray
Set the value of a specified index.
put(int, double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Set the double at the specified index to a particular value.
put(int, double). Method in class com.objectspace.jgl.adapters.DoubleIterator
put(int, float). Method in class com.objectspace.jgl.adapters.FloatArray
Set the value of a specified index.
put(int, float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Set the float at the specified index to a particular value.
put(int, float). Method in class com.objectspace.jgl.adapters.FloatIterator
put(int, int). Method in class com.objectspace.jgl.adapters.IntArray
Set the value of a specified index.
put(int, int). Method in class com.objectspace.jgl.adapters.IntBuffer
Set the int at the specified index to a particular value.
put(int, int). Method in class com.objectspace.jgl.adapters.IntIterator
put(int, long). Method in class com.objectspace.jgl.adapters.LongArray
Set the value of a specified index.
put(int, long). Method in class com.objectspace.jgl.adapters.LongBuffer
Set the long at the specified index to a particular value.
put(int, long). Method in class com.objectspace.jgl.adapters.LongIterator
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 class com.objectspace.jgl.adapters.BooleanArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.BooleanIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.adapters.ByteArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.ByteIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.adapters.CharArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.CharBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.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.adapters.DoubleArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.DoubleIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.adapters.FloatArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.FloatIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in interface com.objectspace.jgl.ForwardIterator
Replace the object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.HashMapIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.HashSetIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.adapters.IntArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.IntIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.adapters.LongArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.LongIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.adapters.ObjectArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.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.util.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.adapters.ShortArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
Set the element at the specified index to a particular object.
put(int, Object). Method in class com.objectspace.jgl.adapters.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.SListIterator
Write an object at a specified distance from my current position.
put(int, Object). Method in class com.objectspace.jgl.adapters.VectorArray
Set the object at a specified index.
put(int, Object). Method in class com.objectspace.jgl.adapters.VectorIterator
Write an object at a specified distance from my current position.
put(int, short). Method in class com.objectspace.jgl.adapters.ShortArray
Set the value of a specified index.
put(int, short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Set the short at the specified index to a particular value.
put(int, short). Method in class com.objectspace.jgl.adapters.ShortIterator
put(long). Method in class com.objectspace.jgl.adapters.LongIterator
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.adapters.BooleanIterator
Set the object at my current position to a specified value.
put(Object). Method in class com.objectspace.jgl.adapters.ByteIterator
Set the object at my current position to a specified value.
put(Object). Method in class com.objectspace.jgl.adapters.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.adapters.DoubleIterator
Set the object at my current position to a specified value.
put(Object). Method in class com.objectspace.jgl.adapters.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.util.InsertIterator
Insert the object to my associated container using add().
put(Object). Method in class com.objectspace.jgl.adapters.IntIterator
Set the object at my current position to a specified value.
put(Object). Method in class com.objectspace.jgl.adapters.LongIterator
Set the object at my current position to a specified value.
put(Object). Method in class com.objectspace.jgl.adapters.ObjectIterator
Set the object at my current position to a specified value.
put(Object). Method in class com.objectspace.jgl.util.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.util.OutputStreamIterator
Print the object to my OutputStream.
put(Object). Method in class com.objectspace.jgl.util.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.adapters.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.adapters.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.
put(short). Method in class com.objectspace.jgl.adapters.ShortIterator

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
All Packages  Class Hierarchy Index of Fields and Methods
Submit a bug or feature