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

I

IdenticalTo(). Constructor for class COM.objectspace.jgl.IdenticalTo
includes(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Return true if every element in the second container is also in the first.
includes(Container, Container, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Return true if every element in the second container is also in the first.
includes(InputIterator, InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.OrderedSetOperations
Return true if every element in the first sequence is also in the second.
includes(InputIterator, InputIterator, InputIterator, InputIterator). Static method in class COM.objectspace.jgl.SetOperations
Return true if every element in the first sequence is also in the second.
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.OrderedSetOperations
Return true if every element in the second sequence is also in the first.
includes(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate). Static method in class COM.objectspace.jgl.SetOperations
Return true if every element in the second sequence is also in the first.
index(). Method in class COM.objectspace.jgl.ArrayIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.BooleanIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.ByteIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.CharIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.DequeIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.DListIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.DoubleIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.FloatIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.IntIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.LongIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.ObjectIterator
Return my current index.
index(). Method in interface COM.objectspace.jgl.RandomAccessIterator
Return the index of my current position.
index(). Method in class COM.objectspace.jgl.ShortIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.SListIterator
Return my current index.
index(). Method in class COM.objectspace.jgl.VectorIterator
Return my current index.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.Array
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.ArrayAdapter
Return an index positioned at the first object within a specified range that matches a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.Deque
Return the index of the first object within a range of indices that match a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.DList
Return an iterator positioned at the first object within a specified range that matches a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in interface COM.objectspace.jgl.Sequence
Return an iterator positioned at the first object within a specified range that matches a particular object, or -1 if the object is not found.
indexOf(int, int, Object). Method in class COM.objectspace.jgl.SList
Return the index of the first object within a specified range that match a particular object, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.Array
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.ArrayAdapter
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.Deque
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.DList
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in interface COM.objectspace.jgl.Sequence
Return the index of the first object that matches a particular value, or -1 if the object is not found.
indexOf(Object). Method in class COM.objectspace.jgl.SList
Return the index of the first object that matches a particular value, or -1 if the object is not found.
inject(Container, Object, BinaryFunction). Static method in class COM.objectspace.jgl.Applying
Inject a container with a binary function and an initial value.
inject(ForwardIterator, ForwardIterator, Object, BinaryFunction). Static method in class COM.objectspace.jgl.Applying
Inject a specified range with a binary function and an initial value.
insert(ArrayIterator, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.Array
Insert a sequence of objects at a particular location.
insert(ArrayIterator, int, Object). Method in class COM.objectspace.jgl.Array
Insert multiple objects at a particular position.
insert(ArrayIterator, Object). Method in class COM.objectspace.jgl.Array
Insert an object at a particular position and return an iterator positioned at the new element.
insert(DequeIterator, BidirectionalIterator, BidirectionalIterator). Method in class COM.objectspace.jgl.Deque
Insert a sequence of objects at a particular location.
insert(DequeIterator, int, Object). Method in class COM.objectspace.jgl.Deque
Insert multiple objects at a particular position.
insert(DequeIterator, Object). Method in class COM.objectspace.jgl.Deque
Insert an object at a particular position and return an iterator positioned at the new element.
insert(DListIterator, InputIterator, InputIterator). Method in class COM.objectspace.jgl.DList
Insert a sequence of objects at a particular location.
insert(DListIterator, int, Object). Method in class COM.objectspace.jgl.DList
Insert multiple objects at a particular position.
insert(DListIterator, Object). Method in class COM.objectspace.jgl.DList
Insert an object at a particular position and return an iterator positioned at the new element.
insert(int, BidirectionalIterator, BidirectionalIterator). Method in class COM.objectspace.jgl.Deque
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class COM.objectspace.jgl.Array
Insert a sequence of objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.Array
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.Deque
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.DList
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class COM.objectspace.jgl.SList
Insert multiple objects at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.Array
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.Deque
Insert an object at a particular index and return an iterator positioned at the new element.
insert(int, Object). Method in class COM.objectspace.jgl.DList
Insert an object at a particular index.
insert(int, Object). Method in class COM.objectspace.jgl.SList
Insert an object at a particular index.
insert(SListIterator, InputIterator, InputIterator). Method in class COM.objectspace.jgl.SList
Insert a sequence of objects at a particular location.
insert(SListIterator, int, Object). Method in class COM.objectspace.jgl.SList
Insert multiple objects at a particular position.
insert(SListIterator, Object). Method in class COM.objectspace.jgl.SList
Insert an object at a particular position and return an iterator positioned at the new element.
InsertIterator(Container). Constructor for class COM.objectspace.jgl.InsertIterator
Construct myself so that current( object ) inserts the object into a container using add().
InsertIterator(InsertIterator). Constructor for class COM.objectspace.jgl.InsertIterator
Construct myself to be a copy of the specified iterator.
InstanceOf(Class). Constructor for class COM.objectspace.jgl.InstanceOf
Construct myself to perform the equivalent of the instanceof operator for the given class.
IntArray(). Constructor for class COM.objectspace.jgl.IntArray
IntArray(int[]). Constructor for class COM.objectspace.jgl.IntArray
IntArray(IntArray). Constructor for class COM.objectspace.jgl.IntArray
intersection(HashSet). Method in class COM.objectspace.jgl.HashSet
Return a new HashSet that contains the elements that are both in me and in a specified set.
intersection(OrderedSet). Method in class COM.objectspace.jgl.OrderedSet
Return a new OrderedSet that contains the elements that are both in me and in a specified set.
IntIterator(). Constructor for class COM.objectspace.jgl.IntIterator
Construct myself to be an iterator with no associated data structure or position.
IntIterator(int[]). Constructor for class COM.objectspace.jgl.IntIterator
Construct myself to be an iterator positioned at the first element of a specified array.
IntIterator(int[], int). Constructor for class COM.objectspace.jgl.IntIterator
Construct myself to be positioned at a particular index of a specific int[].
IntIterator(int[], int, IntArray). Constructor for class COM.objectspace.jgl.IntIterator
Construct myself to be positioned at a particular index of a specific int[].
IntIterator(int[], IntArray). Constructor for class COM.objectspace.jgl.IntIterator
Construct myself to be an iterator positioned at the first element of a specified array.
IntIterator(IntIterator). Constructor for class COM.objectspace.jgl.IntIterator
Construct myself to be a copy of an existing iterator.
InvalidOperationException(). Constructor for class COM.objectspace.jgl.InvalidOperationException
Constructs a InvalidOperationException with no detail message.
InvalidOperationException(String). Constructor for class COM.objectspace.jgl.InvalidOperationException
Constructs a InvalidOperationException with the specified detail message.
isEmpty(). Method in class COM.objectspace.jgl.Array
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.ArrayAdapter
Return true if I contain no objects.
isEmpty(). Method in interface COM.objectspace.jgl.Container
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.Deque
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.DList
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.HashMap
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.HashSet
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.Map
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.OrderedMap
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.OrderedSet
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.PriorityQueue
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.Queue
Return true if I contain no objects.
isEmpty(). Method in class COM.objectspace.jgl.SList
Return true if I contain no entries.
isEmpty(). Method in class COM.objectspace.jgl.Stack
Return true if I contain no objects.
iterSwap(ForwardIterator, ForwardIterator). Static method in class COM.objectspace.jgl.Swapping
Swap the objects referenced by two iterators.