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

S

second. Variable in class com.objectspace.jgl.Pair
The second object.
select(Container, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.Filtering
Select elements in a container.
select(InputIterator, InputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.Filtering
Select elements in a range.
SelectFirst(). Constructor for class com.objectspace.jgl.functions.SelectFirst
SelectSecond(). Constructor for class com.objectspace.jgl.functions.SelectSecond
serialVersionUID. Static variable in interface com.objectspace.jgl.BinaryFunction
serialVersionUID. Static variable in interface com.objectspace.jgl.BinaryPredicate
serialVersionUID. Static variable in interface com.objectspace.jgl.Container
serialVersionUID. Static variable in interface com.objectspace.jgl.Sequence
serialVersionUID. Static variable in interface com.objectspace.jgl.Set
serialVersionUID. Static variable in interface com.objectspace.jgl.UnaryFunction
serialVersionUID. Static variable in interface com.objectspace.jgl.UnaryPredicate
setDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two containers into a sequence.
setDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted difference of two containers into a sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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.algorithms.SetOperations
Place the sorted difference of two sequences into another sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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.algorithms.SetOperations
Place the sorted intersection of two sequences into another sequence.
SetOperations(). Constructor for class com.objectspace.jgl.algorithms.SetOperations
setSize(int). Method in class com.objectspace.jgl.Array
Sets the size of the Array.
setSize(int). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Sets the size of the BooleanBuffer.
setSize(int). Method in class com.objectspace.jgl.adapters.ByteBuffer
Sets the size of the ByteBuffer.
setSize(int). Method in class com.objectspace.jgl.adapters.CharBuffer
Sets the size of the CharBuffer.
setSize(int). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Sets the size of the DoubleBuffer.
setSize(int). Method in class com.objectspace.jgl.adapters.FloatBuffer
Sets the size of the FloatBuffer.
setSize(int). Method in class com.objectspace.jgl.adapters.IntBuffer
Sets the size of the IntBuffer.
setSize(int). Method in class com.objectspace.jgl.adapters.LongBuffer
Sets the size of the LongBuffer.
setSize(int). Method in class com.objectspace.jgl.adapters.ShortBuffer
Sets the size of the ShortBuffer.
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted symmetric difference of two containers into a sequence.
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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.algorithms.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.algorithms.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.algorithms.SetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two containers into a sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted union of two containers into a sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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.algorithms.SetOperations
Place the sorted union of two sequences into another sequence.
ShortArray(). Constructor for class com.objectspace.jgl.adapters.ShortArray
Construct myself to refer to an empty array.
ShortArray(short[]). Constructor for class com.objectspace.jgl.adapters.ShortArray
Construct myself to refer to a native Java array.
ShortArray(ShortArray). Constructor for class com.objectspace.jgl.adapters.ShortArray
Construct myself to refer to an existing ShortArray.
ShortArray(ShortBuffer). Constructor for class com.objectspace.jgl.adapters.ShortArray
Construct myself to be a copy of an existing ShortBuffer.
shortAt(int). Method in class com.objectspace.jgl.adapters.ShortArray
Return the integer at the specified index as a Short object.
shortAt(int). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the short at the specified index.
ShortBuffer(). Constructor for class com.objectspace.jgl.adapters.ShortBuffer
Construct myself to be an empty ShortBuffer.
ShortBuffer(int). Constructor for class com.objectspace.jgl.adapters.ShortBuffer
Construct myself to contain a specified number of null elements.
ShortBuffer(int, short). Constructor for class com.objectspace.jgl.adapters.ShortBuffer
Construct myself to contain a specified number of elements set to a particular object.
ShortBuffer(short[]). Constructor for class com.objectspace.jgl.adapters.ShortBuffer
Construct myself to use a specified array as my initial storage.
ShortBuffer(ShortBuffer). Constructor for class com.objectspace.jgl.adapters.ShortBuffer
Construct myself to be a copy of an existing ShortBuffer.
ShortIterator(). Constructor for class com.objectspace.jgl.adapters.ShortIterator
Construct myself to be an iterator with no associated data structure or position.
ShortIterator(short[], int). Constructor for class com.objectspace.jgl.adapters.ShortIterator
Construct myself to be positioned at a particular index of a specific array of shorts.
ShortIterator(ShortArray, int). Constructor for class com.objectspace.jgl.adapters.ShortIterator
Construct myself to be positioned at a particular index of a specific ShortArray.
ShortIterator(ShortBuffer, int). Constructor for class com.objectspace.jgl.adapters.ShortIterator
Construct myself to be positioned at a particular index of a specific ShortBuffer.
ShortIterator(ShortIterator). Constructor for class com.objectspace.jgl.adapters.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.adapters.BooleanArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the number of entries that I contain.
size(). Method in class com.objectspace.jgl.adapters.ByteArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the number of entries that I contain.
size(). Method in class com.objectspace.jgl.adapters.CharArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the number of entries 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.adapters.DoubleArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the number of entries that I contain.
size(). Method in class com.objectspace.jgl.adapters.FloatArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the number of entries 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.adapters.IntArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the number of entries that I contain.
size(). Method in class com.objectspace.jgl.adapters.LongArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the number of entries 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.adapters.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.adapters.ShortArray
Return the number of objects that I contain.
size(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the number of entries 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.adapters.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.algorithms.Finding
Return true if at least one object in the container satisfies the specified unary predicate.
some(InputIterator, InputIterator, UnaryPredicate). Static method in class com.objectspace.jgl.algorithms.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.algorithms.Sorting
Sort the elements in a sequence according to their hash code.
sort(ForwardIterator, ForwardIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Sorting
Sort the elements in a sequence using a comparator.
sort(Sequence). Static method in class com.objectspace.jgl.algorithms.Sorting
Sort the elements in a Sequence container according to their hash code.
sort(Sequence, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Sorting
Sort the elements in a random access container using a comparator.
sortHeap(BidirectionalIterator, BidirectionalIterator). Static method in class com.objectspace.jgl.algorithms.Heap
Sort a heap according to the object's hash codes.
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.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.util.Benchmark
Start/resume the benchmark clock.
start(). Method in class com.objectspace.jgl.adapters.BooleanArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.ByteArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.CharArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.CharBuffer
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.adapters.DoubleArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.FloatArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.FloatBuffer
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.adapters.IntArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.LongArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.LongBuffer
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.adapters.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.adapters.ShortArray
Return an iterator positioned at my first item.
start(). Method in class com.objectspace.jgl.adapters.ShortBuffer
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.adapters.VectorArray
Return an iterator positioned at my first item.
stop(). Method in class com.objectspace.jgl.util.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(BooleanBuffer). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Swap my contents with another BooleanBuffer.
swap(ByteBuffer). Method in class com.objectspace.jgl.adapters.ByteBuffer
Swap my contents with another ByteBuffer.
swap(CharBuffer). Method in class com.objectspace.jgl.adapters.CharBuffer
Swap my contents with another CharBuffer.
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(DoubleBuffer). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Swap my contents with another DoubleBuffer.
swap(FloatBuffer). Method in class com.objectspace.jgl.adapters.FloatBuffer
Swap my contents with another FloatBuffer.
swap(HashMap). Method in class com.objectspace.jgl.HashMap
Swap my contents with another HashMap.
swap(HashSet). Method in class com.objectspace.jgl.HashSet
Swap my contents with another HashSet.
swap(IntBuffer). Method in class com.objectspace.jgl.adapters.IntBuffer
Swap my contents with another IntBuffer.
swap(LongBuffer). Method in class com.objectspace.jgl.adapters.LongBuffer
Swap my contents with another LongBuffer.
swap(OrderedMap). Method in class com.objectspace.jgl.OrderedMap
Swap my contents with another OrderedMap.
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(ShortBuffer). Method in class com.objectspace.jgl.adapters.ShortBuffer
Swap my contents with another ShortBuffer.
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.
SwappedBinaryFunction(BinaryFunction). Constructor for class com.objectspace.jgl.functions.SwappedBinaryFunction
Construct myself with a binary function object.
SwappedBinaryPredicate(BinaryPredicate). Constructor for class com.objectspace.jgl.predicates.SwappedBinaryPredicate
Construct myself with a binary predicate object.
swapRanges(Container, Container). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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.

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