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

I

IdenticalTo(). Constructor for class com.objectspace.jgl.predicates.IdenticalTo
IdentityFunction(). Constructor for class com.objectspace.jgl.functions.IdentityFunction
includes(Container, Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.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.algorithms.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.algorithms.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.algorithms.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.algorithms.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.algorithms.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.adapters.BooleanIterator
Return my current index.
index(). Method in class com.objectspace.jgl.adapters.ByteIterator
Return my current index.
index(). Method in class com.objectspace.jgl.adapters.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.adapters.DoubleIterator
Return my current index.
index(). Method in class com.objectspace.jgl.adapters.FloatIterator
Return my current index.
index(). Method in class com.objectspace.jgl.adapters.IntIterator
Return my current index.
index(). Method in class com.objectspace.jgl.adapters.LongIterator
Return my current index.
index(). Method in class com.objectspace.jgl.adapters.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.adapters.ShortIterator
Return my current index.
index(). Method in class com.objectspace.jgl.SListIterator
Return my current index.
index(). Method in class com.objectspace.jgl.adapters.VectorIterator
Return my current index.
indexOf(boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the index of the first boolean that matches a particular value, or -1 if the value is not found.
indexOf(byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the index of the first byte that matches a particular value, or -1 if the value is not found.
indexOf(char). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the index of the first char that matches a particular value, or -1 if the value is not found.
indexOf(double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the index of the first double that matches a particular value, or -1 if the value is not found.
indexOf(float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the index of the first float that matches a particular value, or -1 if the value is not found.
indexOf(int). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the index of the first int that matches a particular value, or -1 if the value is not found.
indexOf(int, int, boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return the index of the first boolean within a range of indices that match a particular value, or -1 if the boolean is not found.
indexOf(int, int, byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return the index of the first byte within a range of indices that match a particular value, or -1 if the byte is not found.
indexOf(int, int, char). Method in class com.objectspace.jgl.adapters.CharBuffer
Return the index of the first char within a range of indices that match a particular value, or -1 if the char is not found.
indexOf(int, int, double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return the index of the first double within a range of indices that match a particular value, or -1 if the double is not found.
indexOf(int, int, float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return the index of the first float within a range of indices that match a particular value, or -1 if the float is not found.
indexOf(int, int, int). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the index of the first int within a range of indices that match a particular value, or -1 if the int is not found.
indexOf(int, int, long). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the index of the first long within a range of indices that match a particular value, or -1 if the long is not found.
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.adapters.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.adapters.BooleanBuffer
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.adapters.ByteBuffer
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.adapters.CharBuffer
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.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 class com.objectspace.jgl.adapters.DoubleBuffer
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.adapters.FloatBuffer
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.adapters.IntBuffer
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.adapters.LongBuffer
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 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.adapters.ShortBuffer
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.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(int, int, short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the index of the first short within a range of indices that match a particular value, or -1 if the short is not found.
indexOf(long). Method in class com.objectspace.jgl.adapters.LongBuffer
Return the index of the first long that matches a particular value, or -1 if the value 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.adapters.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.adapters.ByteBuffer
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.adapters.CharBuffer
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 class com.objectspace.jgl.adapters.DoubleBuffer
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.adapters.FloatBuffer
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.adapters.IntBuffer
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.adapters.LongBuffer
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.adapters.ShortBuffer
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.
indexOf(short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return the index of the first short that matches a particular value, or -1 if the value is not found.
inject(Container, Object, BinaryFunction). Static method in class com.objectspace.jgl.algorithms.Applying
Inject a container with a binary function and an initial value.
inject(InputIterator, InputIterator, Object, BinaryFunction). Static method in class com.objectspace.jgl.algorithms.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(BooleanIterator, boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(BooleanIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert a sequence of objects at a particular location.
insert(BooleanIterator, int, boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert multiple values at a particular position.
insert(BooleanIterator, int, Object). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert multiple objects at a particular position.
insert(BooleanIterator, Object). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(ByteIterator, byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(ByteIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert a sequence of objects at a particular location.
insert(ByteIterator, int, byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert multiple values at a particular position.
insert(ByteIterator, int, Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert multiple objects at a particular position.
insert(ByteIterator, Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(CharIterator, char). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(CharIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert a sequence of objects at a particular location.
insert(CharIterator, int, char). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert multiple values at a particular position.
insert(CharIterator, int, Object). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert multiple objects at a particular position.
insert(CharIterator, Object). Method in class com.objectspace.jgl.adapters.CharBuffer
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(DoubleIterator, double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(DoubleIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert a sequence of objects at a particular location.
insert(DoubleIterator, int, double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert multiple values at a particular position.
insert(DoubleIterator, int, Object). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert multiple objects at a particular position.
insert(DoubleIterator, Object). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(FloatIterator, float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(FloatIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert a sequence of objects at a particular location.
insert(FloatIterator, int, float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert multiple values at a particular position.
insert(FloatIterator, int, Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert multiple objects at a particular position.
insert(FloatIterator, Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
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, boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert a value at a particular index.
insert(int, byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert a value at a particular index.
insert(int, char). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert a value at a particular index.
insert(int, double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert a value at a particular index.
insert(int, float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert a value 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, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert a sequence of objects at a particular index.
insert(int, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert a sequence of objects at a particular index.
insert(int, int). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert a value at a particular index.
insert(int, int, boolean). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Insert multiple objects at a particular index.
insert(int, int, byte). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert multiple objects at a particular index.
insert(int, int, char). Method in class com.objectspace.jgl.adapters.CharBuffer
Insert multiple objects at a particular index.
insert(int, int, double). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Insert multiple objects at a particular index.
insert(int, int, float). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert multiple objects at a particular index.
insert(int, int, int). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert multiple objects at a particular index.
insert(int, int, long). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert multiple 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.adapters.BooleanBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class com.objectspace.jgl.adapters.CharBuffer
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.adapters.DoubleBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert multiple objects at a particular index.
insert(int, int, Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
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, int, short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert multiple objects at a particular index.
insert(int, long). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert a value 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.adapters.BooleanBuffer
Insert an object at a particular index.
insert(int, Object). Method in class com.objectspace.jgl.adapters.ByteBuffer
Insert an object at a particular index.
insert(int, Object). Method in class com.objectspace.jgl.adapters.CharBuffer
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.adapters.DoubleBuffer
Insert an object at a particular index.
insert(int, Object). Method in class com.objectspace.jgl.adapters.FloatBuffer
Insert an object at a particular index.
insert(int, Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert an object at a particular index.
insert(int, Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert an object at a particular index.
insert(int, Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
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(int, short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert a value at a particular index.
insert(IntIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert a sequence of objects at a particular location.
insert(IntIterator, int). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(IntIterator, int, int). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert multiple values at a particular position.
insert(IntIterator, int, Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert multiple objects at a particular position.
insert(IntIterator, Object). Method in class com.objectspace.jgl.adapters.IntBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(LongIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert a sequence of objects at a particular location.
insert(LongIterator, int, long). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert multiple values at a particular position.
insert(LongIterator, int, Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert multiple objects at a particular position.
insert(LongIterator, long). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
insert(LongIterator, Object). Method in class com.objectspace.jgl.adapters.LongBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(ShortIterator, ForwardIterator, ForwardIterator). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert a sequence of objects at a particular location.
insert(ShortIterator, int, Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert multiple objects at a particular position.
insert(ShortIterator, int, short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert multiple values at a particular position.
insert(ShortIterator, Object). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert an object at a particular position and return an iterator positioned at the new element.
insert(ShortIterator, short). Method in class com.objectspace.jgl.adapters.ShortBuffer
Insert a value at a particular position and return an iterator positioned at the new element.
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.util.InsertIterator
Construct myself so that current( object ) inserts the object into a container using add().
InsertIterator(InsertIterator). Constructor for class com.objectspace.jgl.util.InsertIterator
Construct myself to be a copy of the specified iterator.
InstanceOf(Class). Constructor for class com.objectspace.jgl.predicates.InstanceOf
Construct myself to perform the equivalent of the instanceof operator for the given class.
IntArray(). Constructor for class com.objectspace.jgl.adapters.IntArray
Construct myself to refer to an empty array.
IntArray(int[]). Constructor for class com.objectspace.jgl.adapters.IntArray
Construct myself to refer to a native Java array.
IntArray(IntArray). Constructor for class com.objectspace.jgl.adapters.IntArray
Construct myself to refer to an existing IntArray.
IntArray(IntBuffer). Constructor for class com.objectspace.jgl.adapters.IntArray
Construct myself to be a copy of an existing IntBuffer.
intAt(int). Method in class com.objectspace.jgl.adapters.IntArray
Return the integer at the specified index as a Int object.
intAt(int). Method in class com.objectspace.jgl.adapters.IntBuffer
Return the int at the specified index.
IntBuffer(). Constructor for class com.objectspace.jgl.adapters.IntBuffer
Construct myself to be an empty IntBuffer.
IntBuffer(int). Constructor for class com.objectspace.jgl.adapters.IntBuffer
Construct myself to contain a specified number of null elements.
IntBuffer(int, int). Constructor for class com.objectspace.jgl.adapters.IntBuffer
Construct myself to contain a specified number of elements set to a particular object.
IntBuffer(int[]). Constructor for class com.objectspace.jgl.adapters.IntBuffer
Construct myself to use a specified array as my initial storage.
IntBuffer(IntBuffer). Constructor for class com.objectspace.jgl.adapters.IntBuffer
Construct myself to be a copy of an existing IntBuffer.
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.adapters.IntIterator
Construct myself to be an iterator with no associated data structure or position.
IntIterator(int[], int). Constructor for class com.objectspace.jgl.adapters.IntIterator
Construct myself to be positioned at a particular index of a specific array of ints.
IntIterator(IntArray, int). Constructor for class com.objectspace.jgl.adapters.IntIterator
Construct myself to be positioned at a particular index of a specific IntArray.
IntIterator(IntBuffer, int). Constructor for class com.objectspace.jgl.adapters.IntIterator
Construct myself to be positioned at a particular index of a specific IntBuffer.
IntIterator(IntIterator). Constructor for class com.objectspace.jgl.adapters.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.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.ArrayIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.BooleanIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.ByteIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.CharIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.DequeIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.DListIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.DoubleIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.FloatIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.HashMapIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.HashSetIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in interface com.objectspace.jgl.InputIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.IntIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.LongIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.ObjectIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.OrderedMapIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.OrderedSetIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.util.ReverseIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.ShortIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.SListIterator
Return true if both iterator and myself can be used as a range.
isCompatibleWith(InputIterator). Method in class com.objectspace.jgl.adapters.VectorIterator
Return true if both iterator and myself can be used as a range.
isEmpty(). Method in class com.objectspace.jgl.Array
Return true if I contain no entries.
isEmpty(). Method in class com.objectspace.jgl.adapters.ArrayAdapter
Return true if I contain no objects.
isEmpty(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return true if I contain no objects.
isEmpty(). Method in class com.objectspace.jgl.adapters.CharBuffer
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.adapters.DoubleBuffer
Return true if I contain no objects.
isEmpty(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return true if I contain no objects.
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.adapters.IntBuffer
Return true if I contain no objects.
isEmpty(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return true if I contain no objects.
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.adapters.ShortBuffer
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.
iterSort(Container). Static method in class com.objectspace.jgl.algorithms.Sorting
Sort the iterators in a container according to their hash code.
iterSort(Container, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Sorting
Sort the iterators in a container using a comparator.
iterSort(ForwardIterator, ForwardIterator). Static method in class com.objectspace.jgl.algorithms.Sorting
Sort the iterators according to their hash code.
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate). Static method in class com.objectspace.jgl.algorithms.Sorting
Sort the iterators using a comparator.
iterSwap(ForwardIterator, ForwardIterator). Static method in class com.objectspace.jgl.algorithms.Swapping
Swap the objects referenced by two iterators.

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