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

S

second. Variable in class COM.objectspace.jgl.Pair
The second object.
select(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.Filtering
Select elements in a container.
select(ForwardIterator, ForwardIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.Filtering
Select elements in a range.
SelectFirst(). Constructor for class COM.objectspace.jgl.SelectFirst
SelectSecond(). Constructor for class COM.objectspace.jgl.SelectSecond
setDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted difference of two containers into a sequence.
setDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted difference of two containers into a sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted difference of two sequences into another sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted intersection of two sequences into another sequence.
SetOperations(). Constructor for class COM.objectspace.jgl.SetOperations
setSize(int). Method in class COM.objectspace.jgl.Array
Sets the size of the Array.
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted symmetric difference of two containers into a sequence.
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted symmetric difference of two containers into a sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted union of two containers into a sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted union of two containers into a sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Place the sorted union of two sequences into another sequence.
ShortArray(). Constructor for class COM.objectspace.jgl.ShortArray
ShortArray(short[]). Constructor for class COM.objectspace.jgl.ShortArray
ShortArray(ShortArray). Constructor for class COM.objectspace.jgl.ShortArray
ShortIterator(). Constructor for class COM.objectspace.jgl.ShortIterator
Construct myself to be an iterator with no associated data structure or position.
ShortIterator(short[]). Constructor for class COM.objectspace.jgl.ShortIterator
Construct myself to be an iterator positioned at the first element of a specified array.
ShortIterator(short[], int). Constructor for class COM.objectspace.jgl.ShortIterator
Construct myself to be positioned at a particular index of a specific array.
ShortIterator(short[], int, ShortArray). Constructor for class COM.objectspace.jgl.ShortIterator
Construct myself to be positioned at a particular index of a specific array.
ShortIterator(short[], ShortArray). Constructor for class COM.objectspace.jgl.ShortIterator
Construct myself to be an iterator positioned at the first element of a specified array.
ShortIterator(ShortIterator). Constructor for class COM.objectspace.jgl.ShortIterator
Construct myself to be a copy of an existing iterator.
size(). Method in class COM.objectspace.jgl.Array
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.BooleanArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.ByteArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.CharArray
Return the number of objects that I contain.
size(). Method in interface COM.objectspace.jgl.Container
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.Deque
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.DList
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.DoubleArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.FloatArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.HashMap
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.HashSet
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.IntArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.LongArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.Map
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.ObjectArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.OrderedMap
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.OrderedSet
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.PriorityQueue
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.Queue
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.ShortArray
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.SList
Return the number of entries that I contain.
size(). Method in class COM.objectspace.jgl.Stack
Return the number of objects that I contain.
size(). Method in class COM.objectspace.jgl.VectorArray
Return the number of objects that I contain.
SList(). Constructor for class COM.objectspace.jgl.SList
Construct myself to be an empty SList.
SList(int). Constructor for class COM.objectspace.jgl.SList
Construct myself to contain a specified number of null elements.
SList(int, Object). Constructor for class COM.objectspace.jgl.SList
Construct myself to contain a specified number of elements set to a particular object.
SList(SList). Constructor for class COM.objectspace.jgl.SList
Construct myself to be a shallow copy of an existing SList.
SListIterator(). Constructor for class COM.objectspace.jgl.SListIterator
Construct myself to be an iterator with no associated data structure or position.
SListIterator(SListIterator). Constructor for class COM.objectspace.jgl.SListIterator
Construct myself to be a copy of an existing iterator.
some(Container, UnaryPredicate). Static method in class COM.objectspace.jgl.Finding
Return true if at least one object in the container satisfies the specified unary predicate.
some(ForwardIterator, ForwardIterator, UnaryPredicate). Static method in class COM.objectspace.jgl.Finding
Return true if at least one object in the given range satisfies the specified unary predicate.
sort(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.Sorting
Sort the elements in a sequence according to their hash code.
sort(ForwardIterator, ForwardIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.Sorting
Sort the elements in a sequence using a comparator.
sort(Sequence). Static method in class COM.objectspace.jgl.Sorting
Sort the elements in a Sequence container according to their hash code.
sort(Sequence, BinaryPredicate). Static method in class COM.objectspace.jgl.Sorting
Sort the elements in a random access container using a comparator.
sortHeap(BidirectionalIterator, BidirectionalIterator). Static method in class COM.objectspace.jgl.Heap
Sort a heap according to the object's hash codes.
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.Heap
Sort a heap according to a comparator.
splice(DListIterator, DList). Method in class COM.objectspace.jgl.DList
Remove all of the elements in a specified DList and insert them at a particular position.
splice(DListIterator, DList, DListIterator). Method in class COM.objectspace.jgl.DList
Remove a specified element from a DList and insert it at a particular position.
splice(DListIterator, DList, DListIterator, DListIterator). Method in class COM.objectspace.jgl.DList
Splice a range of elements from a DList into a particular position.
splice(int, DList). Method in class COM.objectspace.jgl.DList
Remove all of the elements in a specified DList and insert them at a particular position.
splice(int, DList, int). Method in class COM.objectspace.jgl.DList
Remove a specified element from a DList and insert it at a particular position.
splice(int, DList, int, int). Method in class COM.objectspace.jgl.DList
Splice a range of elements from a DList and insert them at a particular position.
splice(int, SList). Method in class COM.objectspace.jgl.SList
Remove all of the elements in a specified list and insert them at a particular index.
splice(int, SList, int). Method in class COM.objectspace.jgl.SList
Remove a specified element from a list and insert it at a particular position.
splice(int, SList, int, int). Method in class COM.objectspace.jgl.SList
Remove a range of elements from a list and insert them at a particular position.
splice(SListIterator, SList). Method in class COM.objectspace.jgl.SList
Remove all of the elements in a specified list and insert them at a particular position.
splice(SListIterator, SList, SListIterator). Method in class COM.objectspace.jgl.SList
Remove a specified element from a list and insert it at a particular position.
splice(SListIterator, SList, SListIterator, SListIterator). Method in class COM.objectspace.jgl.SList
Remove a range of elements from a list and insert them at a particular position.
Stack(). Constructor for class COM.objectspace.jgl.Stack
Construct myself to be an empty Stack.
Stack(Sequence). Constructor for class COM.objectspace.jgl.Stack
Construct myself with a specified Sequence as my underlying implementation.
Stack(Stack). Constructor for class COM.objectspace.jgl.Stack
Construct myself to be a shallow copy of a specified Stack.
start(). Method in class COM.objectspace.jgl.Array
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Benchmark
Start/resume the benchmark clock.
start(). Method in class COM.objectspace.jgl.BooleanArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.ByteArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.CharArray
Return an iterator positioned at my first item.
start(). Method in interface COM.objectspace.jgl.Container
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Deque
Return an iterator positioned at my first item
start(). Method in class COM.objectspace.jgl.DList
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.DoubleArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.FloatArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.HashMap
Return an iterator positioned at my first pair.
start(). Method in class COM.objectspace.jgl.HashSet
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.IntArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.LongArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Map
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.ObjectArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.OrderedMap
Return an iterator positioned at my first pair.
start(). Method in class COM.objectspace.jgl.OrderedSet
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.PriorityQueue
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Queue
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.ShortArray
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.SList
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.Stack
Return an iterator positioned at my first item.
start(). Method in class COM.objectspace.jgl.VectorArray
Return an iterator positioned at my first item.
stop(). Method in class COM.objectspace.jgl.Benchmark
Stop the benchmark clock.
subsetOf(HashSet). Method in class COM.objectspace.jgl.HashSet
Return true if every element in me is also in a specified HashSet.
subsetOf(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return true if every element in me is also in a specified OrderedSet.
swap(Array). Method in class COM.objectspace.jgl.Array
Swap my contents with another Array.
swap(Deque). Method in class COM.objectspace.jgl.Deque
Swap my contents with another Deque.
swap(DList). Method in class COM.objectspace.jgl.DList
Swap my contents with another DList.
swap(HashMap). Method in class COM.objectspace.jgl.HashMap
Swap my contents with another HashMap.
swap(HashMultiMap). Method in class COM.objectspace.jgl.HashMultiMap
Swap my contents with another HashMultiMap.
swap(HashMultiSet). Method in class COM.objectspace.jgl.HashMultiSet
Swap my contents with another HashMultiSet.
swap(HashSet). Method in class COM.objectspace.jgl.HashSet
Swap my contents with another HashSet.
swap(OrderedMap). Method in class COM.objectspace.jgl.OrderedMap
Swap my contents with another OrderedMap.
swap(OrderedMultiMap). Method in class COM.objectspace.jgl.OrderedMultiMap
Swap my contents with another OrderedMultiMap.
swap(OrderedMultiSet). Method in class COM.objectspace.jgl.OrderedMultiSet
Swap my contents with another OrderedMultiSet.
swap(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Swap my contents with another OrderedSet.
swap(PriorityQueue). Method in class COM.objectspace.jgl.PriorityQueue
Swap my contents with another PriorityQueue.
swap(Queue). Method in class COM.objectspace.jgl.Queue
Swap my contents with another Queue.
swap(SList). Method in class COM.objectspace.jgl.SList
Swap my contents with another SList.
swap(Stack). Method in class COM.objectspace.jgl.Stack
Swap my contents with another Stack.
SwappedBinaryPredicate(BinaryPredicate). Constructor for class COM.objectspace.jgl.SwappedBinaryPredicate
Construct myself with a binary predicate object.
swapRanges(Container, Container). Static method in class COM.objectspace.jgl.Swapping
Swap the elements in one container with the elements in another container of the same size.
swapRanges(ForwardIterator, ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.Swapping
Swap the elements in one sequence with the elements in another sequence of the same size.
symmetricDifference(HashSet). Method in class COM.objectspace.jgl.HashSet
Return a new HashSet that contains the elements that are either in me or in a specified HashSet, but not both.
symmetricDifference(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return a new OrderedSet that contains the elements that are either in me or in a specified OrderedSet, but not both.