A B C D E F G H I L M N O P R S T U W 

A

AbstractBooleanCollection - Class in org.apache.commons.collections.primitives
Abstract base class for BooleanCollections.
AbstractBooleanCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
AbstractByteCollection - Class in org.apache.commons.collections.primitives
Abstract base class for ByteCollections.
AbstractByteCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractByteCollection
 
AbstractCharCollection - Class in org.apache.commons.collections.primitives
Abstract base class for CharCollections.
AbstractCharCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractCharCollection
 
AbstractDoubleCollection - Class in org.apache.commons.collections.primitives
Abstract base class for DoubleCollections.
AbstractDoubleCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
AbstractFloatCollection - Class in org.apache.commons.collections.primitives
Abstract base class for FloatCollections.
AbstractFloatCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractFloatCollection
 
AbstractIntCollection - Class in org.apache.commons.collections.primitives
Abstract base class for IntCollections.
AbstractIntCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractIntCollection
 
AbstractLongCollection - Class in org.apache.commons.collections.primitives
Abstract base class for LongCollections.
AbstractLongCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractLongCollection
 
AbstractShortCollection - Class in org.apache.commons.collections.primitives
Abstract base class for ShortCollections.
AbstractShortCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractShortCollection
 
Adapt - Class in org.apache.commons.collections.primitives.adapters
Convenience methods for constructing adapters.
Adapt() - Constructor for class org.apache.commons.collections.primitives.adapters.Adapt
 
adapt(ByteIterator) - Static method in class org.apache.commons.collections.primitives.adapters.io.ByteIteratorInputStream
 
adapt(CharIterator) - Static method in class org.apache.commons.collections.primitives.adapters.io.CharIteratorReader
 
adapt(InputStream) - Static method in class org.apache.commons.collections.primitives.adapters.io.InputStreamByteIterator
 
adapt(Reader) - Static method in class org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator
 
add(boolean) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
Unsupported in this base implementation.
add(byte) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
Unsupported in this base implementation.
add(char) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
Unsupported in this base implementation.
add(double) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
Unsupported in this base implementation.
add(float) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
Unsupported in this base implementation.
add(int) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
Unsupported in this base implementation.
add(long) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
Unsupported in this base implementation.
add(short) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
Unsupported in this base implementation.
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
add(boolean) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
add(byte) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
add(char) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
add(double) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
add(float) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
add(int) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
add(long) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
add(short) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
add(Object) - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
add(int, boolean) - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
Inserts the specified element at the specified position (optional operation).
add(int, byte) - Method in class org.apache.commons.collections.primitives.ArrayByteList
Inserts the specified element at the specified position (optional operation).
add(int, char) - Method in class org.apache.commons.collections.primitives.ArrayCharList
Inserts the specified element at the specified position (optional operation).
add(int, double) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
Inserts the specified element at the specified position (optional operation).
add(int, float) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
Inserts the specified element at the specified position (optional operation).
add(int, int) - Method in class org.apache.commons.collections.primitives.ArrayIntList
Inserts the specified element at the specified position (optional operation).
add(int, long) - Method in class org.apache.commons.collections.primitives.ArrayLongList
Inserts the specified element at the specified position (optional operation).
add(int, short) - Method in class org.apache.commons.collections.primitives.ArrayShortList
Inserts the specified element at the specified position (optional operation).
add(int, short) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Inserts the specified element at the specified position (optional operation).
add(int, long) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Inserts the specified element at the specified position (optional operation).
add(int, int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Inserts the specified element at the specified position (optional operation).
add(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Ensures that I contain the specified element (optional operation).
add(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanList
Appends the specified element to the end of me (optional operation).
add(int, boolean) - Method in interface org.apache.commons.collections.primitives.BooleanList
Inserts the specified element at the specified position (optional operation).
add(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Inserts the specified element into my underlying collection (optional operation).
add(byte) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Ensures that I contain the specified element (optional operation).
add(byte) - Method in interface org.apache.commons.collections.primitives.ByteList
Appends the specified element to the end of me (optional operation).
add(int, byte) - Method in interface org.apache.commons.collections.primitives.ByteList
Inserts the specified element at the specified position (optional operation).
add(byte) - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Inserts the specified element into my underlying collection (optional operation).
add(char) - Method in interface org.apache.commons.collections.primitives.CharCollection
Ensures that I contain the specified element (optional operation).
add(char) - Method in interface org.apache.commons.collections.primitives.CharList
Appends the specified element to the end of me (optional operation).
add(int, char) - Method in interface org.apache.commons.collections.primitives.CharList
Inserts the specified element at the specified position (optional operation).
add(char) - Method in interface org.apache.commons.collections.primitives.CharListIterator
Inserts the specified element into my underlying collection (optional operation).
add(byte) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteListIterator
 
add(char) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharListIterator
 
add(double) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleListIterator
 
add(float) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatListIterator
 
add(int) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntListIterator
 
add(long) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongListIterator
 
add(short) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortListIterator
 
add(double) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Ensures that I contain the specified element (optional operation).
add(double) - Method in interface org.apache.commons.collections.primitives.DoubleList
Appends the specified element to the end of me (optional operation).
add(int, double) - Method in interface org.apache.commons.collections.primitives.DoubleList
Inserts the specified element at the specified position (optional operation).
add(double) - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Inserts the specified element into my underlying collection (optional operation).
add(float) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Ensures that I contain the specified element (optional operation).
add(float) - Method in interface org.apache.commons.collections.primitives.FloatList
Appends the specified element to the end of me (optional operation).
add(int, float) - Method in interface org.apache.commons.collections.primitives.FloatList
Inserts the specified element at the specified position (optional operation).
add(float) - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Inserts the specified element into my underlying collection (optional operation).
add(int) - Method in interface org.apache.commons.collections.primitives.IntCollection
Ensures that I contain the specified element (optional operation).
add(int) - Method in interface org.apache.commons.collections.primitives.IntList
Appends the specified element to the end of me (optional operation).
add(int, int) - Method in interface org.apache.commons.collections.primitives.IntList
Inserts the specified element at the specified position (optional operation).
add(int) - Method in interface org.apache.commons.collections.primitives.IntListIterator
Inserts the specified element into my underlying collection (optional operation).
add(long) - Method in interface org.apache.commons.collections.primitives.LongCollection
Ensures that I contain the specified element (optional operation).
add(long) - Method in interface org.apache.commons.collections.primitives.LongList
Appends the specified element to the end of me (optional operation).
add(int, long) - Method in interface org.apache.commons.collections.primitives.LongList
Inserts the specified element at the specified position (optional operation).
add(long) - Method in interface org.apache.commons.collections.primitives.LongListIterator
Inserts the specified element into my underlying collection (optional operation).
add(int, boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
Unsupported in this implementation.
add(boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
add(boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
add(int, boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanSubList
 
add(int, byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
Unsupported in this implementation.
add(byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
add(byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
add(int, byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteSubList
 
add(int, char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
Unsupported in this implementation.
add(char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
add(char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
add(int, char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharSubList
 
add(int, double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
Unsupported in this implementation.
add(double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
add(double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
add(int, double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleSubList
 
add(int, float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
Unsupported in this implementation.
add(float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
add(float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
add(int, float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatSubList
 
add(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
Unsupported in this implementation.
add(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
add(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
add(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntSubList
 
add(int, long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
Unsupported in this implementation.
add(long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
add(long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
add(int, long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongSubList
 
add(int, short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
Unsupported in this implementation.
add(short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
add(short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
add(int, short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortSubList
 
add(short) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Ensures that I contain the specified element (optional operation).
add(short) - Method in interface org.apache.commons.collections.primitives.ShortList
Appends the specified element to the end of me (optional operation).
add(int, short) - Method in interface org.apache.commons.collections.primitives.ShortList
Inserts the specified element at the specified position (optional operation).
add(short) - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Inserts the specified element into my underlying collection (optional operation).
addAll(BooleanCollection) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
addAll(ByteCollection) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
addAll(CharCollection) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
addAll(DoubleCollection) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
addAll(FloatCollection) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
addAll(IntCollection) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
addAll(LongCollection) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
addAll(ShortCollection) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
addAll(BooleanCollection) - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
 
addAll(int, BooleanCollection) - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
 
addAll(ByteCollection) - Method in class org.apache.commons.collections.primitives.ArrayByteList
 
addAll(int, ByteCollection) - Method in class org.apache.commons.collections.primitives.ArrayByteList
 
addAll(CharCollection) - Method in class org.apache.commons.collections.primitives.ArrayCharList
 
addAll(int, CharCollection) - Method in class org.apache.commons.collections.primitives.ArrayCharList
 
addAll(DoubleCollection) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
 
addAll(int, DoubleCollection) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
 
addAll(FloatCollection) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
 
addAll(int, FloatCollection) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
 
addAll(IntCollection) - Method in class org.apache.commons.collections.primitives.ArrayIntList
 
addAll(int, IntCollection) - Method in class org.apache.commons.collections.primitives.ArrayIntList
 
addAll(LongCollection) - Method in class org.apache.commons.collections.primitives.ArrayLongList
 
addAll(int, LongCollection) - Method in class org.apache.commons.collections.primitives.ArrayLongList
 
addAll(ShortCollection) - Method in class org.apache.commons.collections.primitives.ArrayShortList
 
addAll(int, ShortCollection) - Method in class org.apache.commons.collections.primitives.ArrayShortList
 
addAll(BooleanCollection) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, BooleanCollection) - Method in interface org.apache.commons.collections.primitives.BooleanList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
addAll(ByteCollection) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, ByteCollection) - Method in interface org.apache.commons.collections.primitives.ByteList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
addAll(CharCollection) - Method in interface org.apache.commons.collections.primitives.CharCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, CharCollection) - Method in interface org.apache.commons.collections.primitives.CharList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
addAll(DoubleCollection) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, DoubleCollection) - Method in interface org.apache.commons.collections.primitives.DoubleList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
addAll(FloatCollection) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, FloatCollection) - Method in interface org.apache.commons.collections.primitives.FloatList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
addAll(IntCollection) - Method in interface org.apache.commons.collections.primitives.IntCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, IntCollection) - Method in interface org.apache.commons.collections.primitives.IntList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
addAll(LongCollection) - Method in interface org.apache.commons.collections.primitives.LongCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, LongCollection) - Method in interface org.apache.commons.collections.primitives.LongList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
addAll(int, BooleanCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
addAll(int, ByteCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
addAll(int, CharCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
addAll(int, DoubleCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
addAll(int, FloatCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
addAll(int, IntCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
addAll(int, LongCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
addAll(int, ShortCollection) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
addAll(ShortCollection) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Adds all of the elements in the specified collection to me (optional operation).
addAll(int, ShortCollection) - Method in interface org.apache.commons.collections.primitives.ShortList
Inserts all of the elements in the specified collection into me, at the specified position (optional operation).
ArrayBooleanList - Class in org.apache.commons.collections.primitives
An BooleanList backed by an array of booleans.
ArrayBooleanList() - Constructor for class org.apache.commons.collections.primitives.ArrayBooleanList
Construct an empty list with the default initial capacity.
ArrayBooleanList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayBooleanList
Construct an empty list with the given initial capacity.
ArrayBooleanList(BooleanCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayBooleanList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayBooleanList(boolean[]) - Constructor for class org.apache.commons.collections.primitives.ArrayBooleanList
Constructs a list by copying the specified array.
ArrayByteList - Class in org.apache.commons.collections.primitives
An ByteList backed by an array of bytes.
ArrayByteList() - Constructor for class org.apache.commons.collections.primitives.ArrayByteList
Construct an empty list with the default initial capacity.
ArrayByteList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayByteList
Construct an empty list with the given initial capacity.
ArrayByteList(ByteCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayByteList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayByteList(byte[]) - Constructor for class org.apache.commons.collections.primitives.ArrayByteList
Constructs a list by copying the specified array.
ArrayCharList - Class in org.apache.commons.collections.primitives
An CharList backed by an array of chars.
ArrayCharList() - Constructor for class org.apache.commons.collections.primitives.ArrayCharList
Construct an empty list with the default initial capacity.
ArrayCharList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayCharList
Construct an empty list with the given initial capacity.
ArrayCharList(CharCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayCharList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayCharList(char[]) - Constructor for class org.apache.commons.collections.primitives.ArrayCharList
Constructs a list by copying the specified array.
ArrayDoubleList - Class in org.apache.commons.collections.primitives
An DoubleList backed by an array of doubles.
ArrayDoubleList() - Constructor for class org.apache.commons.collections.primitives.ArrayDoubleList
Construct an empty list with the default initial capacity.
ArrayDoubleList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayDoubleList
Construct an empty list with the given initial capacity.
ArrayDoubleList(DoubleCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayDoubleList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayDoubleList(double[]) - Constructor for class org.apache.commons.collections.primitives.ArrayDoubleList
Constructs a list by copying the specified array.
ArrayFloatList - Class in org.apache.commons.collections.primitives
An FloatList backed by an array of floats.
ArrayFloatList() - Constructor for class org.apache.commons.collections.primitives.ArrayFloatList
Construct an empty list with the default initial capacity.
ArrayFloatList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayFloatList
Construct an empty list with the given initial capacity.
ArrayFloatList(FloatCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayFloatList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayFloatList(float[]) - Constructor for class org.apache.commons.collections.primitives.ArrayFloatList
Constructs a list by copying the specified array.
ArrayIntList - Class in org.apache.commons.collections.primitives
An IntList backed by an array of ints.
ArrayIntList() - Constructor for class org.apache.commons.collections.primitives.ArrayIntList
Construct an empty list with the default initial capacity.
ArrayIntList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayIntList
Construct an empty list with the given initial capacity.
ArrayIntList(IntCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayIntList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayIntList(int[]) - Constructor for class org.apache.commons.collections.primitives.ArrayIntList
Constructs a list by copying the specified array.
ArrayLongList - Class in org.apache.commons.collections.primitives
An LongList backed by an array of longs.
ArrayLongList() - Constructor for class org.apache.commons.collections.primitives.ArrayLongList
Construct an empty list with the default initial capacity.
ArrayLongList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayLongList
Construct an empty list with the given initial capacity.
ArrayLongList(LongCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayLongList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayLongList(long[]) - Constructor for class org.apache.commons.collections.primitives.ArrayLongList
Constructs a list by copying the specified array.
ArrayShortList - Class in org.apache.commons.collections.primitives
An ShortList backed by an array of shorts.
ArrayShortList() - Constructor for class org.apache.commons.collections.primitives.ArrayShortList
Construct an empty list with the default initial capacity.
ArrayShortList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayShortList
Construct an empty list with the given initial capacity.
ArrayShortList(ShortCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayShortList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayShortList(short[]) - Constructor for class org.apache.commons.collections.primitives.ArrayShortList
Constructs a list by copying the specified array.
ArrayUnsignedByteList - Class in org.apache.commons.collections.primitives
A ShortList backed by an array of unsigned byte values.
ArrayUnsignedByteList() - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Construct an empty list with the default initial capacity.
ArrayUnsignedByteList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Construct an empty list with the given initial capacity.
ArrayUnsignedByteList(ShortCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayUnsignedByteList(short[]) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Constructs a list by copying the specified array.
ArrayUnsignedIntList - Class in org.apache.commons.collections.primitives
An IntList backed by an array of unsigned int values.
ArrayUnsignedIntList() - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Construct an empty list with the default initial capacity.
ArrayUnsignedIntList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Construct an empty list with the given initial capacity.
ArrayUnsignedIntList(LongCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayUnsignedIntList(long[]) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Constructs a list by copying the specified array.
ArrayUnsignedShortList - Class in org.apache.commons.collections.primitives
An IntList backed by an array of unsigned short values.
ArrayUnsignedShortList() - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Construct an empty list with the default initial capacity.
ArrayUnsignedShortList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Construct an empty list with the given initial capacity.
ArrayUnsignedShortList(IntCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
ArrayUnsignedShortList(int[]) - Constructor for class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Constructs a list by copying the specified array.

B

BooleanCollection - Interface in org.apache.commons.collections.primitives
A collection of boolean values.
BooleanCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an BooleanCollection to the Collection interface.
BooleanCollectionCollection(BooleanCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.BooleanCollectionCollection
Creates a Collection wrapping the specified BooleanCollection.
BooleanIterator - Interface in org.apache.commons.collections.primitives
An iterator over boolean values.
BooleanIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an BooleanIterator to the Iterator interface.
BooleanIteratorIterator(BooleanIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.BooleanIteratorIterator
Creates an Iterator wrapping the specified BooleanIterator.
BooleanList - Interface in org.apache.commons.collections.primitives
An ordered collection of byte values.
BooleanListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over boolean values.
BooleanListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an BooleanListIterator to the ListIterator interface.
BooleanListIteratorListIterator(BooleanListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
Creates an ListIterator wrapping the specified BooleanListIterator.
BooleanListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an BooleanList to the List interface.
BooleanListList(BooleanList) - Constructor for class org.apache.commons.collections.primitives.adapters.BooleanListList
Creates a List wrapping the specified BooleanList.
BooleanStack - Class in org.apache.commons.collections.primitives
A primitive boolean based Stack.
BooleanStack() - Constructor for class org.apache.commons.collections.primitives.BooleanStack
Creates an empty primitive stack.
BooleanStack(boolean[]) - Constructor for class org.apache.commons.collections.primitives.BooleanStack
Creates a stack prepopulating it with values.
ByteCollection - Interface in org.apache.commons.collections.primitives
A collection of byte values.
ByteCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an ByteCollection to the Collection interface.
ByteCollectionCollection(ByteCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.ByteCollectionCollection
Creates a Collection wrapping the specified ByteCollection.
ByteCollections - Class in org.apache.commons.collections.primitives
This class consists exclusively of static methods that operate on or return ByteCollections.
ByteCollections() - Constructor for class org.apache.commons.collections.primitives.ByteCollections
 
ByteIterator - Interface in org.apache.commons.collections.primitives
An iterator over byte values.
ByteIteratorInputStream - Class in org.apache.commons.collections.primitives.adapters.io
Adapts an ByteIterator to the InputStream interface.
ByteIteratorInputStream(ByteIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.io.ByteIteratorInputStream
 
ByteIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an ByteIterator to the Iterator interface.
ByteIteratorIterator(ByteIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ByteIteratorIterator
Creates an Iterator wrapping the specified ByteIterator.
ByteList - Interface in org.apache.commons.collections.primitives
An ordered collection of byte values.
ByteListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over byte values.
ByteListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an ByteListIterator to the ListIterator interface.
ByteListIteratorListIterator(ByteListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
Creates an ListIterator wrapping the specified ByteListIterator.
ByteListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an ByteList to the List interface.
ByteListList(ByteList) - Constructor for class org.apache.commons.collections.primitives.adapters.ByteListList
Creates a List wrapping the specified ByteList.
ByteStack - Class in org.apache.commons.collections.primitives
A primitive byte based Stack.
ByteStack() - Constructor for class org.apache.commons.collections.primitives.ByteStack
Creates an empty primitive stack.
ByteStack(byte[]) - Constructor for class org.apache.commons.collections.primitives.ByteStack
Creates a stack prepopulating it with values.

C

CharCollection - Interface in org.apache.commons.collections.primitives
A collection of char values.
CharCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an CharCollection to the Collection interface.
CharCollectionCollection(CharCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.CharCollectionCollection
Creates a Collection wrapping the specified CharCollection.
CharCollections - Class in org.apache.commons.collections.primitives
This class consists exclusively of static methods that operate on or return CharCollections.
CharCollections() - Constructor for class org.apache.commons.collections.primitives.CharCollections
 
CharIterator - Interface in org.apache.commons.collections.primitives
An iterator over char values.
CharIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an CharIterator to the Iterator interface.
CharIteratorIterator(CharIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.CharIteratorIterator
Creates an Iterator wrapping the specified CharIterator.
CharIteratorReader - Class in org.apache.commons.collections.primitives.adapters.io
Adapts a CharIterator to the Reader interface.
CharIteratorReader(CharIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.io.CharIteratorReader
 
CharList - Interface in org.apache.commons.collections.primitives
An ordered collection of char values.
CharListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over char values.
CharListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an CharListIterator to the ListIterator interface.
CharListIteratorListIterator(CharListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
Creates an ListIterator wrapping the specified CharListIterator.
CharListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an CharList to the List interface.
CharListList(CharList) - Constructor for class org.apache.commons.collections.primitives.adapters.CharListList
Creates a List wrapping the specified CharList.
CharStack - Class in org.apache.commons.collections.primitives
A primitive char based Stack.
CharStack() - Constructor for class org.apache.commons.collections.primitives.CharStack
Creates an empty primitive stack.
CharStack(char[]) - Constructor for class org.apache.commons.collections.primitives.CharStack
Creates a stack prepopulating it with values.
clear() - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
clear() - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
clear() - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
clear() - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
clear() - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
clear() - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
clear() - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
clear() - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayByteList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayCharList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayFloatList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayIntList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayLongList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayShortList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
 
clear() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
 
clear() - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.BooleanStack
Empties the contents of the stack.
clear() - Method in interface org.apache.commons.collections.primitives.ByteCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.ByteStack
Empties the contents of the stack.
clear() - Method in interface org.apache.commons.collections.primitives.CharCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.CharStack
Empties the contents of the stack.
clear() - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.DoubleStack
Empties the contents of the stack.
clear() - Method in interface org.apache.commons.collections.primitives.FloatCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.FloatStack
Empties the contents of the stack.
clear() - Method in interface org.apache.commons.collections.primitives.IntCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.IntStack
Empties the contents of the stack.
clear() - Method in interface org.apache.commons.collections.primitives.LongCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.LongStack
Empties the contents of the stack.
clear() - Method in interface org.apache.commons.collections.primitives.ShortCollection
Removes all my elements (optional operation).
clear() - Method in class org.apache.commons.collections.primitives.ShortStack
Empties the contents of the stack.
close() - Method in class org.apache.commons.collections.primitives.adapters.io.CharIteratorReader
 
CollectionBooleanCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Boolean-valued Collection to the BooleanCollection interface.
CollectionBooleanCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionBooleanCollection
Creates an BooleanCollection wrapping the specified Collection.
CollectionByteCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Collection to the ByteCollection interface.
CollectionByteCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionByteCollection
Creates an ByteCollection wrapping the specified Collection.
CollectionCharCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Collection to the CharCollection interface.
CollectionCharCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionCharCollection
Creates an CharCollection wrapping the specified Collection.
CollectionDoubleCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Collection to the DoubleCollection interface.
CollectionDoubleCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionDoubleCollection
Creates an DoubleCollection wrapping the specified Collection.
CollectionFloatCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Collection to the FloatCollection interface.
CollectionFloatCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionFloatCollection
Creates an FloatCollection wrapping the specified Collection.
CollectionIntCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Collection to the IntCollection interface.
CollectionIntCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionIntCollection
Creates an IntCollection wrapping the specified Collection.
CollectionLongCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Collection to the LongCollection interface.
CollectionLongCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionLongCollection
Creates an LongCollection wrapping the specified Collection.
CollectionShortCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Collection to the ShortCollection interface.
CollectionShortCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionShortCollection
Creates an ShortCollection wrapping the specified Collection.
contains(boolean) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
contains(byte) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
contains(char) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
contains(double) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
contains(float) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
contains(int) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
contains(long) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
contains(short) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
contains(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Returns true iff I contain the specified element.
contains(byte) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Returns true iff I contain the specified element.
contains(char) - Method in interface org.apache.commons.collections.primitives.CharCollection
Returns true iff I contain the specified element.
contains(double) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Returns true iff I contain the specified element.
contains(float) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Returns true iff I contain the specified element.
contains(int) - Method in interface org.apache.commons.collections.primitives.IntCollection
Returns true iff I contain the specified element.
contains(long) - Method in interface org.apache.commons.collections.primitives.LongCollection
Returns true iff I contain the specified element.
contains(short) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Returns true iff I contain the specified element.
containsAll(BooleanCollection) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
containsAll(ByteCollection) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
containsAll(CharCollection) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
containsAll(DoubleCollection) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
containsAll(FloatCollection) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
containsAll(IntCollection) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
containsAll(LongCollection) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
containsAll(ShortCollection) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
containsAll(BooleanCollection) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Returns true iff I contain all of the elements in the given collection.
containsAll(ByteCollection) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Returns true iff I contain all of the elements in the given collection.
containsAll(CharCollection) - Method in interface org.apache.commons.collections.primitives.CharCollection
Returns true iff I contain all of the elements in the given collection.
containsAll(DoubleCollection) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Returns true iff I contain all of the elements in the given collection.
containsAll(FloatCollection) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Returns true iff I contain all of the elements in the given collection.
containsAll(IntCollection) - Method in interface org.apache.commons.collections.primitives.IntCollection
Returns true iff I contain all of the elements in the given collection.
containsAll(LongCollection) - Method in interface org.apache.commons.collections.primitives.LongCollection
Returns true iff I contain all of the elements in the given collection.
containsAll(ShortCollection) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Returns true iff I contain all of the elements in the given collection.

D

DoubleCollection - Interface in org.apache.commons.collections.primitives
A collection of double values.
DoubleCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an DoubleCollection to the Collection interface.
DoubleCollectionCollection(DoubleCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.DoubleCollectionCollection
Creates a Collection wrapping the specified DoubleCollection.
DoubleCollections - Class in org.apache.commons.collections.primitives
This class consists exclusively of static methods that operate on or return DoubleCollections.
DoubleCollections() - Constructor for class org.apache.commons.collections.primitives.DoubleCollections
 
DoubleIterator - Interface in org.apache.commons.collections.primitives
An iterator over double values.
DoubleIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an DoubleIterator to the Iterator interface.
DoubleIteratorIterator(DoubleIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.DoubleIteratorIterator
Creates an Iterator wrapping the specified DoubleIterator.
DoubleList - Interface in org.apache.commons.collections.primitives
An ordered collection of double values.
DoubleListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over double values.
DoubleListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an DoubleListIterator to the ListIterator interface.
DoubleListIteratorListIterator(DoubleListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
Creates an ListIterator wrapping the specified DoubleListIterator.
DoubleListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an DoubleList to the List interface.
DoubleListList(DoubleList) - Constructor for class org.apache.commons.collections.primitives.adapters.DoubleListList
Creates a List wrapping the specified DoubleList.
DoubleStack - Class in org.apache.commons.collections.primitives
A primitive double based Stack.
DoubleStack() - Constructor for class org.apache.commons.collections.primitives.DoubleStack
Creates an empty primitive stack.
DoubleStack(double[]) - Constructor for class org.apache.commons.collections.primitives.DoubleStack
Creates a stack prepopulating it with values.

E

empty() - Method in class org.apache.commons.collections.primitives.BooleanStack
Tests if this stack is empty.
empty() - Method in class org.apache.commons.collections.primitives.ByteStack
Tests if this stack is empty.
empty() - Method in class org.apache.commons.collections.primitives.CharStack
Tests if this stack is empty.
empty() - Method in class org.apache.commons.collections.primitives.DoubleStack
Tests if this stack is empty.
empty() - Method in class org.apache.commons.collections.primitives.FloatStack
Tests if this stack is empty.
empty() - Method in class org.apache.commons.collections.primitives.IntStack
Tests if this stack is empty.
empty() - Method in class org.apache.commons.collections.primitives.LongStack
Tests if this stack is empty.
empty() - Method in class org.apache.commons.collections.primitives.ShortStack
Tests if this stack is empty.
EMPTY_BYTE_ITERATOR - Static variable in class org.apache.commons.collections.primitives.ByteCollections
An unmodifiable, empty ByteIterator
EMPTY_BYTE_LIST - Static variable in class org.apache.commons.collections.primitives.ByteCollections
An unmodifiable, empty ByteList
EMPTY_BYTE_LIST_ITERATOR - Static variable in class org.apache.commons.collections.primitives.ByteCollections
An unmodifiable, empty ByteListIterator
EMPTY_CHAR_ITERATOR - Static variable in class org.apache.commons.collections.primitives.CharCollections
An unmodifiable, empty CharIterator
EMPTY_CHAR_LIST - Static variable in class org.apache.commons.collections.primitives.CharCollections
An unmodifiable, empty CharList
EMPTY_CHAR_LIST_ITERATOR - Static variable in class org.apache.commons.collections.primitives.CharCollections
An unmodifiable, empty CharListIterator
EMPTY_DOUBLE_ITERATOR - Static variable in class org.apache.commons.collections.primitives.DoubleCollections
An unmodifiable, empty DoubleIterator
EMPTY_DOUBLE_LIST - Static variable in class org.apache.commons.collections.primitives.DoubleCollections
An unmodifiable, empty DoubleList
EMPTY_DOUBLE_LIST_ITERATOR - Static variable in class org.apache.commons.collections.primitives.DoubleCollections
An unmodifiable, empty DoubleListIterator
EMPTY_FLOAT_ITERATOR - Static variable in class org.apache.commons.collections.primitives.FloatCollections
An unmodifiable, empty FloatIterator
EMPTY_FLOAT_LIST - Static variable in class org.apache.commons.collections.primitives.FloatCollections
An unmodifiable, empty FloatList
EMPTY_FLOAT_LIST_ITERATOR - Static variable in class org.apache.commons.collections.primitives.FloatCollections
An unmodifiable, empty FloatListIterator
EMPTY_INT_ITERATOR - Static variable in class org.apache.commons.collections.primitives.IntCollections
An unmodifiable, empty IntIterator
EMPTY_INT_LIST - Static variable in class org.apache.commons.collections.primitives.IntCollections
An unmodifiable, empty IntList
EMPTY_INT_LIST_ITERATOR - Static variable in class org.apache.commons.collections.primitives.IntCollections
An unmodifiable, empty IntListIterator
EMPTY_LONG_ITERATOR - Static variable in class org.apache.commons.collections.primitives.LongCollections
An unmodifiable, empty LongIterator
EMPTY_LONG_LIST - Static variable in class org.apache.commons.collections.primitives.LongCollections
An unmodifiable, empty LongList
EMPTY_LONG_LIST_ITERATOR - Static variable in class org.apache.commons.collections.primitives.LongCollections
An unmodifiable, empty LongListIterator
EMPTY_SHORT_ITERATOR - Static variable in class org.apache.commons.collections.primitives.ShortCollections
An unmodifiable, empty ShortIterator
EMPTY_SHORT_LIST - Static variable in class org.apache.commons.collections.primitives.ShortCollections
An unmodifiable, empty ShortList
EMPTY_SHORT_LIST_ITERATOR - Static variable in class org.apache.commons.collections.primitives.ShortCollections
An unmodifiable, empty ShortListIterator
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayByteList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayCharList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayIntList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayLongList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayShortList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
ensureCapacity(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Increases my capacity, if necessary, to ensure that I can hold at least the number of elements specified by the minimum capacity argument without growing.
equals(Object) - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns true iff that is an BooleanList that contains the same elements in the same order as me.
equals(Object) - Method in interface org.apache.commons.collections.primitives.ByteList
Returns true iff that is an ByteList that contains the same elements in the same order as me.
equals(Object) - Method in interface org.apache.commons.collections.primitives.CharList
Returns true iff that is an CharList that contains the same elements in the same order as me.
equals(Object) - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns true iff that is an DoubleList that contains the same elements in the same order as me.
equals(Object) - Method in interface org.apache.commons.collections.primitives.FloatList
Returns true iff that is an FloatList that contains the same elements in the same order as me.
equals(Object) - Method in interface org.apache.commons.collections.primitives.IntList
Returns true iff that is an IntList that contains the same elements in the same order as me.
equals(Object) - Method in interface org.apache.commons.collections.primitives.LongList
Returns true iff that is an LongList that contains the same elements in the same order as me.
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
equals(Object) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
equals(Object) - Method in interface org.apache.commons.collections.primitives.ShortList
Returns true iff that is an ShortList that contains the same elements in the same order as me.

F

FloatCollection - Interface in org.apache.commons.collections.primitives
A collection of float values.
FloatCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an FloatCollection to the Collection interface.
FloatCollectionCollection(FloatCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.FloatCollectionCollection
Creates a Collection wrapping the specified FloatCollection.
FloatCollections - Class in org.apache.commons.collections.primitives
This class consists exclusively of static methods that operate on or return FloatCollections.
FloatCollections() - Constructor for class org.apache.commons.collections.primitives.FloatCollections
 
FloatIterator - Interface in org.apache.commons.collections.primitives
An iterator over float values.
FloatIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an FloatIterator to the Iterator interface.
FloatIteratorIterator(FloatIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.FloatIteratorIterator
Creates an Iterator wrapping the specified FloatIterator.
FloatList - Interface in org.apache.commons.collections.primitives
An ordered collection of float values.
FloatListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over float values.
FloatListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an FloatListIterator to the ListIterator interface.
FloatListIteratorListIterator(FloatListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
Creates an ListIterator wrapping the specified FloatListIterator.
FloatListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an FloatList to the List interface.
FloatListList(FloatList) - Constructor for class org.apache.commons.collections.primitives.adapters.FloatListList
Creates a List wrapping the specified FloatList.
FloatStack - Class in org.apache.commons.collections.primitives
A primitive float based Stack.
FloatStack() - Constructor for class org.apache.commons.collections.primitives.FloatStack
Creates an empty primitive float stack.
FloatStack(float[]) - Constructor for class org.apache.commons.collections.primitives.FloatStack
Creates a stack prepopulating it with float values.

G

get(int) - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayByteList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayCharList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayIntList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayLongList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayShortList
 
get(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Returns the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Returns the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Returns the element at the specified position within me.
get(int) - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.BooleanStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
get(int) - Method in interface org.apache.commons.collections.primitives.ByteList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.ByteStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
get(int) - Method in interface org.apache.commons.collections.primitives.CharList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.CharStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
get(int) - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.DoubleStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
get(int) - Method in interface org.apache.commons.collections.primitives.FloatList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.FloatStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
get(int) - Method in interface org.apache.commons.collections.primitives.IntList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.IntStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
get(int) - Method in interface org.apache.commons.collections.primitives.LongList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.LongStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanSubList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteSubList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharSubList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleSubList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatSubList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntSubList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongSubList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
get(int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortSubList
 
get(int) - Method in interface org.apache.commons.collections.primitives.ShortList
Returns the value of the element at the specified position within me.
get(int) - Method in class org.apache.commons.collections.primitives.ShortStack
Gets items from the stack where the index is zero based and the top of the stack is at an index of size()-1 with the bottom of the stack at an index of 0.
getBooleanCollection() - Method in class org.apache.commons.collections.primitives.adapters.BooleanCollectionCollection
 
getBooleanList() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListList
 
getByteCollection() - Method in class org.apache.commons.collections.primitives.adapters.ByteCollectionCollection
 
getByteList() - Method in class org.apache.commons.collections.primitives.adapters.ByteListList
 
getCharCollection() - Method in class org.apache.commons.collections.primitives.adapters.CharCollectionCollection
 
getCharList() - Method in class org.apache.commons.collections.primitives.adapters.CharListList
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionBooleanCollection
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionByteCollection
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionCharCollection
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionDoubleCollection
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionFloatCollection
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionIntCollection
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionLongCollection
 
getCollection() - Method in class org.apache.commons.collections.primitives.adapters.CollectionShortCollection
 
getDoubleCollection() - Method in class org.apache.commons.collections.primitives.adapters.DoubleCollectionCollection
 
getDoubleList() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListList
 
getEmptyByteIterator() - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable, empty ByteIterator
getEmptyByteList() - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable, empty ByteList.
getEmptyByteListIterator() - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable, empty ByteListIterator
getEmptyCharIterator() - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable, empty CharIterator
getEmptyCharList() - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable, empty CharList.
getEmptyCharListIterator() - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable, empty CharListIterator
getEmptyDoubleIterator() - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable, empty DoubleIterator
getEmptyDoubleList() - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable, empty DoubleList.
getEmptyDoubleListIterator() - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable, empty DoubleListIterator
getEmptyFloatIterator() - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable, empty FloatIterator
getEmptyFloatList() - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable, empty FloatList.
getEmptyFloatListIterator() - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable, empty FloatListIterator
getEmptyIntIterator() - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable, empty IntIterator
getEmptyIntList() - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable, empty IntList.
getEmptyIntListIterator() - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable, empty IntListIterator
getEmptyLongIterator() - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable, empty LongIterator
getEmptyLongList() - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable, empty LongList.
getEmptyLongListIterator() - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable, empty LongListIterator
getEmptyShortIterator() - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable, empty ShortIterator
getEmptyShortList() - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable, empty ShortList.
getEmptyShortListIterator() - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable, empty ShortListIterator
getFloatCollection() - Method in class org.apache.commons.collections.primitives.adapters.FloatCollectionCollection
 
getFloatList() - Method in class org.apache.commons.collections.primitives.adapters.FloatListList
 
getIntCollection() - Method in class org.apache.commons.collections.primitives.adapters.IntCollectionCollection
 
getIntList() - Method in class org.apache.commons.collections.primitives.adapters.IntListList
 
getIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteIterator
 
getIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharIterator
 
getIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleIterator
 
getIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatIterator
 
getIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntIterator
 
getIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongIterator
 
getIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortIterator
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListBooleanList
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListByteList
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListCharList
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListDoubleList
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListFloatList
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListIntList
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListLongList
 
getList() - Method in class org.apache.commons.collections.primitives.adapters.ListShortList
 
getListIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteListIterator
 
getListIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharListIterator
 
getListIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleListIterator
 
getListIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatListIterator
 
getListIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntListIterator
 
getListIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongListIterator
 
getListIterator() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortListIterator
 
getLongCollection() - Method in class org.apache.commons.collections.primitives.adapters.LongCollectionCollection
 
getLongList() - Method in class org.apache.commons.collections.primitives.adapters.LongListList
 
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
Get my count of structural modifications.
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
Get my count of structural modifications.
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
Get my count of structural modifications.
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
Get my count of structural modifications.
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
Get my count of structural modifications.
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
Get my count of structural modifications.
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
Get my count of structural modifications.
getModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
Get my count of structural modifications.
getProxiedList() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteList
 
getProxiedList() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharList
 
getProxiedList() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleList
 
getProxiedList() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatList
 
getProxiedList() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntList
 
getProxiedList() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongList
 
getProxiedList() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortList
 
getShortCollection() - Method in class org.apache.commons.collections.primitives.adapters.ShortCollectionCollection
 
getShortList() - Method in class org.apache.commons.collections.primitives.adapters.ShortListList
 

H

hashCode() - Method in interface org.apache.commons.collections.primitives.BooleanList
 
hashCode() - Method in interface org.apache.commons.collections.primitives.ByteList
Returns my hash code.
hashCode() - Method in interface org.apache.commons.collections.primitives.CharList
Returns my hash code.
hashCode() - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns my hash code.
hashCode() - Method in interface org.apache.commons.collections.primitives.FloatList
Returns my hash code.
hashCode() - Method in interface org.apache.commons.collections.primitives.IntList
Returns my hash code.
hashCode() - Method in interface org.apache.commons.collections.primitives.LongList
Returns my hash code.
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
hashCode() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
hashCode() - Method in interface org.apache.commons.collections.primitives.ShortList
Returns my hash code.
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.BooleanIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ByteIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.CharIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.DoubleIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.FloatIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IntIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.io.InputStreamByteIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorBooleanIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorByteIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorCharIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorDoubleIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorFloatIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorIntIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorLongIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.IteratorShortIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.LongIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ShortIteratorIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
hasNext() - Method in interface org.apache.commons.collections.primitives.BooleanIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasNext() - Method in interface org.apache.commons.collections.primitives.ByteIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasNext() - Method in interface org.apache.commons.collections.primitives.CharIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.CharListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasNext() - Method in interface org.apache.commons.collections.primitives.DoubleIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasNext() - Method in interface org.apache.commons.collections.primitives.FloatIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasNext() - Method in interface org.apache.commons.collections.primitives.IntIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.IntListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasNext() - Method in interface org.apache.commons.collections.primitives.LongIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.LongListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
hasNext() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
hasNext() - Method in interface org.apache.commons.collections.primitives.ShortIterator
Returns true iff I have more elements.
hasNext() - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Returns true iff I have more elements when traversed in the forward direction.
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
hasPrevious() - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Returns true iff I have more elements when traversed in the reverse direction.
hasPrevious() - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Returns true iff I have more elements when traversed in the reverse direction.
hasPrevious() - Method in interface org.apache.commons.collections.primitives.CharListIterator
Returns true iff I have more elements when traversed in the reverse direction.
hasPrevious() - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Returns true iff I have more elements when traversed in the reverse direction.
hasPrevious() - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Returns true iff I have more elements when traversed in the reverse direction.
hasPrevious() - Method in interface org.apache.commons.collections.primitives.IntListIterator
Returns true iff I have more elements when traversed in the reverse direction.
hasPrevious() - Method in interface org.apache.commons.collections.primitives.LongListIterator
Returns true iff I have more elements when traversed in the reverse direction.
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
hasPrevious() - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Returns true iff I have more elements when traversed in the reverse direction.

I

incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
Increment my count of structural modifications.
incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
Increment my count of structural modifications.
incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
Increment my count of structural modifications.
incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
Increment my count of structural modifications.
incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
Increment my count of structural modifications.
incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
Increment my count of structural modifications.
incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
Increment my count of structural modifications.
incrModCount() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
Increment my count of structural modifications.
indexOf(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
indexOf(byte) - Method in interface org.apache.commons.collections.primitives.ByteList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
indexOf(char) - Method in interface org.apache.commons.collections.primitives.CharList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
indexOf(double) - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
indexOf(float) - Method in interface org.apache.commons.collections.primitives.FloatList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
indexOf(int) - Method in interface org.apache.commons.collections.primitives.IntList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
indexOf(long) - Method in interface org.apache.commons.collections.primitives.LongList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
indexOf(boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
indexOf(byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
indexOf(char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
indexOf(double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
indexOf(float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
indexOf(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
indexOf(long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
indexOf(short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
indexOf(short) - Method in interface org.apache.commons.collections.primitives.ShortList
Returns the index of the first occurrence of the specified element within me, or -1 if I do not contain the element.
InputStreamByteIterator - Class in org.apache.commons.collections.primitives.adapters.io
Adapts an InputStream to the ByteIterator interface.
InputStreamByteIterator(InputStream) - Constructor for class org.apache.commons.collections.primitives.adapters.io.InputStreamByteIterator
 
IntCollection - Interface in org.apache.commons.collections.primitives
A collection of int values.
IntCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an IntCollection to the Collection interface.
IntCollectionCollection(IntCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.IntCollectionCollection
Creates a Collection wrapping the specified IntCollection.
IntCollections - Class in org.apache.commons.collections.primitives
This class consists exclusively of static methods that operate on or return IntCollections.
IntCollections() - Constructor for class org.apache.commons.collections.primitives.IntCollections
 
IntIterator - Interface in org.apache.commons.collections.primitives
An iterator over int values.
IntIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an IntIterator to the Iterator interface.
IntIteratorIterator(IntIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IntIteratorIterator
Creates an Iterator wrapping the specified IntIterator.
IntList - Interface in org.apache.commons.collections.primitives
An ordered collection of int values.
IntListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over int values.
IntListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an IntListIterator to the ListIterator interface.
IntListIteratorListIterator(IntListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
Creates an ListIterator wrapping the specified IntListIterator.
IntListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an IntList to the List interface.
IntListList(IntList) - Constructor for class org.apache.commons.collections.primitives.adapters.IntListList
Creates a List wrapping the specified IntList.
IntStack - Class in org.apache.commons.collections.primitives
A primitive int based Stack.
IntStack() - Constructor for class org.apache.commons.collections.primitives.IntStack
 
IntStack(int[]) - Constructor for class org.apache.commons.collections.primitives.IntStack
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
isEmpty() - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
isEmpty() - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Returns true iff I contain no elements.
isEmpty() - Method in interface org.apache.commons.collections.primitives.ByteCollection
Returns true iff I contain no elements.
isEmpty() - Method in interface org.apache.commons.collections.primitives.CharCollection
Returns true iff I contain no elements.
isEmpty() - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Returns true iff I contain no elements.
isEmpty() - Method in interface org.apache.commons.collections.primitives.FloatCollection
Returns true iff I contain no elements.
isEmpty() - Method in interface org.apache.commons.collections.primitives.IntCollection
Returns true iff I contain no elements.
isEmpty() - Method in interface org.apache.commons.collections.primitives.LongCollection
Returns true iff I contain no elements.
isEmpty() - Method in interface org.apache.commons.collections.primitives.ShortCollection
Returns true iff I contain no elements.
iterator() - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
iterator() - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
iterator() - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
iterator() - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
iterator() - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
iterator() - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
iterator() - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
iterator() - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
iterator() - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns an iterator over all my elements, in the appropriate sequence.
iterator() - Method in interface org.apache.commons.collections.primitives.ByteCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.ByteList
Returns an iterator over all my elements, in the appropriate sequence.
iterator() - Method in interface org.apache.commons.collections.primitives.CharCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.CharList
Returns an iterator over all my elements, in the appropriate sequence.
iterator() - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns an iterator over all my elements, in the appropriate sequence.
iterator() - Method in interface org.apache.commons.collections.primitives.FloatCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.FloatList
Returns an iterator over all my elements, in the appropriate sequence.
iterator() - Method in interface org.apache.commons.collections.primitives.IntCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.IntList
Returns an iterator over all my elements, in the appropriate sequence.
iterator() - Method in interface org.apache.commons.collections.primitives.LongCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.LongList
Returns an iterator over all my elements, in the appropriate sequence.
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
iterator() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
iterator() - Method in interface org.apache.commons.collections.primitives.ShortCollection
Returns an iterator over all my elements.
iterator() - Method in interface org.apache.commons.collections.primitives.ShortList
Returns an iterator over all my elements, in the appropriate sequence.
IteratorBooleanIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Boolean-valued Iterator to the BooleanIterator interface.
IteratorBooleanIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorBooleanIterator
Creates an BooleanIterator wrapping the specified Iterator.
IteratorByteIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Iterator to the ByteIterator interface.
IteratorByteIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorByteIterator
Creates an ByteIterator wrapping the specified Iterator.
IteratorCharIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Iterator to the CharIterator interface.
IteratorCharIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorCharIterator
Creates an CharIterator wrapping the specified Iterator.
IteratorDoubleIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Iterator to the DoubleIterator interface.
IteratorDoubleIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorDoubleIterator
Creates an DoubleIterator wrapping the specified Iterator.
IteratorFloatIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Iterator to the FloatIterator interface.
IteratorFloatIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorFloatIterator
Creates an FloatIterator wrapping the specified Iterator.
IteratorIntIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Iterator to the IntIterator interface.
IteratorIntIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorIntIterator
Creates an IntIterator wrapping the specified Iterator.
IteratorLongIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Iterator to the LongIterator interface.
IteratorLongIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorLongIterator
Creates an LongIterator wrapping the specified Iterator.
IteratorShortIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued Iterator to the ShortIterator interface.
IteratorShortIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorShortIterator
Creates an ShortIterator wrapping the specified Iterator.

L

lastIndexOf(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
lastIndexOf(byte) - Method in interface org.apache.commons.collections.primitives.ByteList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
lastIndexOf(char) - Method in interface org.apache.commons.collections.primitives.CharList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
lastIndexOf(double) - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
lastIndexOf(float) - Method in interface org.apache.commons.collections.primitives.FloatList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
lastIndexOf(int) - Method in interface org.apache.commons.collections.primitives.IntList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
lastIndexOf(long) - Method in interface org.apache.commons.collections.primitives.LongList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
lastIndexOf(boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
lastIndexOf(byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
lastIndexOf(char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
lastIndexOf(double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
lastIndexOf(float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
lastIndexOf(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
lastIndexOf(long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
lastIndexOf(short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
lastIndexOf(short) - Method in interface org.apache.commons.collections.primitives.ShortList
Returns the index of the last occurrence of the specified element within me, or -1 if I do not contain the element.
ListBooleanList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the BooleanList interface.
ListBooleanList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListBooleanList
Creates an BooleanList wrapping the specified List.
ListByteList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the ByteList interface.
ListByteList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListByteList
Creates an ByteList wrapping the specified List.
ListCharList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the CharList interface.
ListCharList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListCharList
Creates an CharList wrapping the specified List.
ListDoubleList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the DoubleList interface.
ListDoubleList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListDoubleList
Creates an DoubleList wrapping the specified List.
ListFloatList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the FloatList interface.
ListFloatList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListFloatList
Creates an FloatList wrapping the specified List.
ListIntList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the IntList interface.
ListIntList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIntList
Creates an IntList wrapping the specified List.
listIterator() - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
listIterator() - Method in interface org.apache.commons.collections.primitives.ByteList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.ByteList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
listIterator() - Method in interface org.apache.commons.collections.primitives.CharList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.CharList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
listIterator() - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
listIterator() - Method in interface org.apache.commons.collections.primitives.FloatList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.FloatList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
listIterator() - Method in interface org.apache.commons.collections.primitives.IntList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.IntList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
listIterator() - Method in interface org.apache.commons.collections.primitives.LongList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.LongList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
listIterator() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
listIterator(int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
listIterator() - Method in interface org.apache.commons.collections.primitives.ShortList
Returns a bidirectional iterator over all my elements, in the appropriate sequence.
listIterator(int) - Method in interface org.apache.commons.collections.primitives.ShortList
Returns a bidirectional iterator over all my elements, in the appropriate sequence, starting at the specified position.
ListIteratorBooleanListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the BooleanListIterator interface.
ListIteratorBooleanListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
Creates an BooleanListIterator wrapping the specified ListIterator.
ListIteratorByteListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the ByteListIterator interface.
ListIteratorByteListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
Creates an ByteListIterator wrapping the specified ListIterator.
ListIteratorCharListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the CharListIterator interface.
ListIteratorCharListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
Creates an CharListIterator wrapping the specified ListIterator.
ListIteratorDoubleListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the DoubleListIterator interface.
ListIteratorDoubleListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
Creates an DoubleListIterator wrapping the specified ListIterator.
ListIteratorFloatListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the FloatListIterator interface.
ListIteratorFloatListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
Creates an FloatListIterator wrapping the specified ListIterator.
ListIteratorIntListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the IntListIterator interface.
ListIteratorIntListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
Creates an IntListIterator wrapping the specified ListIterator.
ListIteratorLongListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the LongListIterator interface.
ListIteratorLongListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
Creates an LongListIterator wrapping the specified ListIterator.
ListIteratorShortListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued ListIterator to the ShortListIterator interface.
ListIteratorShortListIterator(ListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
Creates an ShortListIterator wrapping the specified ListIterator.
ListLongList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the LongList interface.
ListLongList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListLongList
Creates an LongList wrapping the specified List.
ListShortList - Class in org.apache.commons.collections.primitives.adapters
Adapts a Number-valued List to the ShortList interface.
ListShortList(List) - Constructor for class org.apache.commons.collections.primitives.adapters.ListShortList
Creates an ShortList wrapping the specified List.
LongCollection - Interface in org.apache.commons.collections.primitives
A collection of long values.
LongCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an LongCollection to the Collection interface.
LongCollectionCollection(LongCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.LongCollectionCollection
Creates a Collection wrapping the specified LongCollection.
LongCollections - Class in org.apache.commons.collections.primitives
This class consists exclusively of static methods that operate on or return LongCollections.
LongCollections() - Constructor for class org.apache.commons.collections.primitives.LongCollections
 
LongIterator - Interface in org.apache.commons.collections.primitives
An iterator over long values.
LongIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an LongIterator to the Iterator interface.
LongIteratorIterator(LongIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.LongIteratorIterator
Creates an Iterator wrapping the specified LongIterator.
LongList - Interface in org.apache.commons.collections.primitives
An ordered collection of long values.
LongListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over long values.
LongListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an LongListIterator to the ListIterator interface.
LongListIteratorListIterator(LongListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
Creates an ListIterator wrapping the specified LongListIterator.
LongListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an LongList to the List interface.
LongListList(LongList) - Constructor for class org.apache.commons.collections.primitives.adapters.LongListList
Creates a List wrapping the specified LongList.
LongStack - Class in org.apache.commons.collections.primitives
A primitive long based Stack.
LongStack() - Constructor for class org.apache.commons.collections.primitives.LongStack
Creates an empty primitive stack.
LongStack(long[]) - Constructor for class org.apache.commons.collections.primitives.LongStack
Creates a stack prepopulating it with values.

M

MAX_VALUE - Static variable in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
The maximum possible unsigned 8-bit value.
MAX_VALUE - Static variable in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
The maximum possible unsigned 32-bit value.
MAX_VALUE - Static variable in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
The maximum possible unsigned 16-bit value (0xFFFF).
MIN_VALUE - Static variable in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
The minimum possible unsigned 8-bit value.
MIN_VALUE - Static variable in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
The minimum possible unsigned 32-bit value.
MIN_VALUE - Static variable in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
The minimum possible unsigned 16-bit value (0x0000).

N

next() - Method in class org.apache.commons.collections.primitives.adapters.BooleanIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ByteIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.CharIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.DoubleIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.FloatIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IntIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.io.InputStreamByteIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorBooleanIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorByteIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorCharIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorDoubleIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorFloatIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorIntIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorLongIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.IteratorShortIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.LongIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ShortIteratorIterator
 
next() - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
next() - Method in interface org.apache.commons.collections.primitives.BooleanIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Returns the next element in me when traversed in the forward direction.
next() - Method in interface org.apache.commons.collections.primitives.ByteIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Returns the next element in me when traversed in the forward direction.
next() - Method in interface org.apache.commons.collections.primitives.CharIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.CharListIterator
Returns the next element in me when traversed in the forward direction.
next() - Method in interface org.apache.commons.collections.primitives.DoubleIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Returns the next element in me when traversed in the forward direction.
next() - Method in interface org.apache.commons.collections.primitives.FloatIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Returns the next element in me when traversed in the forward direction.
next() - Method in interface org.apache.commons.collections.primitives.IntIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.IntListIterator
Returns the next element in me when traversed in the forward direction.
next() - Method in interface org.apache.commons.collections.primitives.LongIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.LongListIterator
Returns the next element in me when traversed in the forward direction.
next() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
next() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
next() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
next() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
next() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
next() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
next() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
next() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
next() - Method in interface org.apache.commons.collections.primitives.ShortIterator
Returns the next element in me.
next() - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Returns the next element in me when traversed in the forward direction.
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
nextIndex() - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Returns the index of the element that would be returned by a subsequent call to BooleanListIterator.next(), or the number of elements in my iteration if I have no next element.
nextIndex() - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Returns the index of the element that would be returned by a subsequent call to ByteListIterator.next(), or the number of elements in my iteration if I have no next element.
nextIndex() - Method in interface org.apache.commons.collections.primitives.CharListIterator
Returns the index of the element that would be returned by a subsequent call to CharListIterator.next(), or the number of elements in my iteration if I have no next element.
nextIndex() - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Returns the index of the element that would be returned by a subsequent call to DoubleListIterator.next(), or the number of elements in my iteration if I have no next element.
nextIndex() - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Returns the index of the element that would be returned by a subsequent call to FloatListIterator.next(), or the number of elements in my iteration if I have no next element.
nextIndex() - Method in interface org.apache.commons.collections.primitives.IntListIterator
Returns the index of the element that would be returned by a subsequent call to IntListIterator.next(), or the number of elements in my iteration if I have no next element.
nextIndex() - Method in interface org.apache.commons.collections.primitives.LongListIterator
Returns the index of the element that would be returned by a subsequent call to LongListIterator.next(), or the number of elements in my iteration if I have no next element.
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
nextIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
nextIndex() - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Returns the index of the element that would be returned by a subsequent call to ShortListIterator.next(), or the number of elements in my iteration if I have no next element.

O

org.apache.commons.collections.primitives - package org.apache.commons.collections.primitives
Collections of primitive values.
org.apache.commons.collections.primitives.adapters - package org.apache.commons.collections.primitives.adapters
Adapters for converting between the primitive and object based versions of the collections framework.
org.apache.commons.collections.primitives.adapters.io - package org.apache.commons.collections.primitives.adapters.io
Adapters for converting between primitive collections and Java I/O classes.
org.apache.commons.collections.primitives.decorators - package org.apache.commons.collections.primitives.decorators
Decorators of primitive collections.

P

peek() - Method in class org.apache.commons.collections.primitives.BooleanStack
Looks at the top of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.primitives.BooleanStack
Return the n'th boolean down the stack, where 0 is the top element and [size()-1] is the bottom element.
peek() - Method in class org.apache.commons.collections.primitives.ByteStack
Looks at the top of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.primitives.ByteStack
Return the n'th byte down the stack, where 0 is the top element and [size()-1] is the bottom element.
peek() - Method in class org.apache.commons.collections.primitives.CharStack
Looks at the top of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.primitives.CharStack
Return the n'th char down the stack, where 0 is the top element and [size()-1] is the bottom element.
peek() - Method in class org.apache.commons.collections.primitives.DoubleStack
Looks at the top of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.primitives.DoubleStack
Return the n'th double down the stack, where 0 is the top element and [size()-1] is the bottom element.
peek() - Method in class org.apache.commons.collections.primitives.FloatStack
Looks at the top of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.primitives.FloatStack
Return the n'th float down the stack, where 0 is the top element and [size()-1] is the bottom element.
peek() - Method in class org.apache.commons.collections.primitives.IntStack
Looks at the int at the top of this stack without removing it from the stack.
peek(int) - Method in class org.apache.commons.collections.primitives.IntStack
Return the n'th int down the stack, where 0 is the top element and [size()-1] is the bottom element.
peek() - Method in class org.apache.commons.collections.primitives.LongStack
Looks at the top of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.primitives.LongStack
Return the n'th long down the stack, where 0 is the top element and [size()-1] is the bottom element.
peek() - Method in class org.apache.commons.collections.primitives.ShortStack
Looks at the top of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.primitives.ShortStack
Return the n'th short down the stack, where 0 is the top element and [size()-1] is the bottom element.
pop() - Method in class org.apache.commons.collections.primitives.BooleanStack
Removes the value at the top of this stack and returns it.
pop() - Method in class org.apache.commons.collections.primitives.ByteStack
Removes the value at the top of this stack and returns it.
pop() - Method in class org.apache.commons.collections.primitives.CharStack
Removes the value at the top of this stack and returns it.
pop() - Method in class org.apache.commons.collections.primitives.DoubleStack
Removes the value at the top of this stack and returns it.
pop() - Method in class org.apache.commons.collections.primitives.FloatStack
Removes the value at the top of this stack and returns it.
pop() - Method in class org.apache.commons.collections.primitives.IntStack
Removes the int at the top of this stack and returns that object as the value of this function.
pop() - Method in class org.apache.commons.collections.primitives.LongStack
Removes the value at the top of this stack and returns it.
pop() - Method in class org.apache.commons.collections.primitives.ShortStack
Removes the value at the top of this stack and returns it.
previous() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
previous() - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Returns the next element in me when traversed in the reverse direction.
previous() - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Returns the next element in me when traversed in the reverse direction.
previous() - Method in interface org.apache.commons.collections.primitives.CharListIterator
Returns the next element in me when traversed in the reverse direction.
previous() - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Returns the next element in me when traversed in the reverse direction.
previous() - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Returns the next element in me when traversed in the reverse direction.
previous() - Method in interface org.apache.commons.collections.primitives.IntListIterator
Returns the next element in me when traversed in the reverse direction.
previous() - Method in interface org.apache.commons.collections.primitives.LongListIterator
Returns the next element in me when traversed in the reverse direction.
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
previous() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
previous() - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Returns the next element in me when traversed in the reverse direction.
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
previousIndex() - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Returns the index of the element that would be returned by a subsequent call to BooleanListIterator.previous(), or -1 if I have no previous element.
previousIndex() - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Returns the index of the element that would be returned by a subsequent call to ByteListIterator.previous(), or -1 if I have no previous element.
previousIndex() - Method in interface org.apache.commons.collections.primitives.CharListIterator
Returns the index of the element that would be returned by a subsequent call to CharListIterator.previous(), or -1 if I have no previous element.
previousIndex() - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Returns the index of the element that would be returned by a subsequent call to DoubleListIterator.previous(), or -1 if I have no previous element.
previousIndex() - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Returns the index of the element that would be returned by a subsequent call to FloatListIterator.previous(), or -1 if I have no previous element.
previousIndex() - Method in interface org.apache.commons.collections.primitives.IntListIterator
Returns the index of the element that would be returned by a subsequent call to IntListIterator.previous(), or -1 if I have no previous element.
previousIndex() - Method in interface org.apache.commons.collections.primitives.LongListIterator
Returns the index of the element that would be returned by a subsequent call to LongListIterator.previous(), or -1 if I have no previous element.
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
previousIndex() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
previousIndex() - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Returns the index of the element that would be returned by a subsequent call to ShortListIterator.previous(), or -1 if I have no previous element.
push(boolean) - Method in class org.apache.commons.collections.primitives.BooleanStack
Pushes a value onto the top of this stack.
push(byte) - Method in class org.apache.commons.collections.primitives.ByteStack
Pushes a value onto the top of this stack.
push(char) - Method in class org.apache.commons.collections.primitives.CharStack
Pushes a value onto the top of this stack.
push(double) - Method in class org.apache.commons.collections.primitives.DoubleStack
Pushes a value onto the top of this stack.
push(float) - Method in class org.apache.commons.collections.primitives.FloatStack
Pushes a value onto the top of this stack.
push(int) - Method in class org.apache.commons.collections.primitives.IntStack
Pushes an int item onto the top of this stack.
push(long) - Method in class org.apache.commons.collections.primitives.LongStack
Pushes a value onto the top of this stack.
push(short) - Method in class org.apache.commons.collections.primitives.ShortStack
Pushes a value onto the top of this stack.

R

RandomAccessBooleanList - Class in org.apache.commons.collections.primitives
Abstract base class for BooleanLists backed by random access structures like arrays.
RandomAccessBooleanList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessBooleanList
Constructs an empty list.
RandomAccessBooleanList.RandomAccessBooleanListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessBooleanList.RandomAccessBooleanSubList - Class in org.apache.commons.collections.primitives
 
RandomAccessByteList - Class in org.apache.commons.collections.primitives
Abstract base class for ByteLists backed by random access structures like arrays.
RandomAccessByteList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessByteList
Constructs an empty list.
RandomAccessByteList.RandomAccessByteListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessByteList.RandomAccessByteSubList - Class in org.apache.commons.collections.primitives
 
RandomAccessCharList - Class in org.apache.commons.collections.primitives
Abstract base class for CharLists backed by random access structures like arrays.
RandomAccessCharList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessCharList
Constructs an empty list.
RandomAccessCharList.RandomAccessCharListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessCharList.RandomAccessCharSubList - Class in org.apache.commons.collections.primitives
 
RandomAccessDoubleList - Class in org.apache.commons.collections.primitives
Abstract base class for DoubleLists backed by random access structures like arrays.
RandomAccessDoubleList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessDoubleList
Constructs an empty list.
RandomAccessDoubleList.RandomAccessDoubleListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessDoubleList.RandomAccessDoubleSubList - Class in org.apache.commons.collections.primitives
 
RandomAccessFloatList - Class in org.apache.commons.collections.primitives
Abstract base class for FloatLists backed by random access structures like arrays.
RandomAccessFloatList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessFloatList
Constructs an empty list.
RandomAccessFloatList.RandomAccessFloatListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessFloatList.RandomAccessFloatSubList - Class in org.apache.commons.collections.primitives
 
RandomAccessIntList - Class in org.apache.commons.collections.primitives
Abstract base class for IntLists backed by random access structures like arrays.
RandomAccessIntList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessIntList
Constructs an empty list.
RandomAccessIntList.RandomAccessIntListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessIntList.RandomAccessIntSubList - Class in org.apache.commons.collections.primitives
 
RandomAccessLongList - Class in org.apache.commons.collections.primitives
Abstract base class for LongLists backed by random access structures like arrays.
RandomAccessLongList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessLongList
Constructs an empty list.
RandomAccessLongList.RandomAccessLongListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessLongList.RandomAccessLongSubList - Class in org.apache.commons.collections.primitives
 
RandomAccessShortList - Class in org.apache.commons.collections.primitives
Abstract base class for ShortLists backed by random access structures like arrays.
RandomAccessShortList() - Constructor for class org.apache.commons.collections.primitives.RandomAccessShortList
Constructs an empty list.
RandomAccessShortList.RandomAccessShortListIterator - Class in org.apache.commons.collections.primitives
 
RandomAccessShortList.RandomAccessShortSubList - Class in org.apache.commons.collections.primitives
 
read() - Method in class org.apache.commons.collections.primitives.adapters.io.ByteIteratorInputStream
 
read(char[], int, int) - Method in class org.apache.commons.collections.primitives.adapters.io.CharIteratorReader
 
ReaderCharIterator - Class in org.apache.commons.collections.primitives.adapters.io
Adapts a Reader to the CharIterator interface.
ReaderCharIterator(Reader) - Constructor for class org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.BooleanIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ByteIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.CharIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.DoubleIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.FloatIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IntIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.io.InputStreamByteIterator
Not supported.
remove() - Method in class org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator
Not supported.
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorBooleanIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorByteIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorCharIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorDoubleIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorFloatIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorIntIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorLongIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.IteratorShortIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.LongIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ShortIteratorIterator
 
remove() - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
remove() - Method in interface org.apache.commons.collections.primitives.BooleanIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Removes from my underlying collection the last element returned by BooleanListIterator.next() or BooleanListIterator.previous() (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.ByteIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Removes from my underlying collection the last element returned by ByteListIterator.next() or ByteListIterator.previous() (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.CharIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.CharListIterator
Removes from my underlying collection the last element returned by CharListIterator.next() or CharListIterator.previous() (optional operation).
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortIterator
 
remove() - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortListIterator
 
remove() - Method in interface org.apache.commons.collections.primitives.DoubleIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Removes from my underlying collection the last element returned by DoubleListIterator.next() or DoubleListIterator.previous() (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.FloatIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Removes from my underlying collection the last element returned by FloatListIterator.next() or FloatListIterator.previous() (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.IntIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.IntListIterator
Removes from my underlying collection the last element returned by IntListIterator.next() or IntListIterator.previous() (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.LongIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.LongListIterator
Removes from my underlying collection the last element returned by LongListIterator.next() or LongListIterator.previous() (optional operation).
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
remove() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
remove() - Method in interface org.apache.commons.collections.primitives.ShortIterator
Removes from my underlying collection the last element returned by me (optional operation).
remove() - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Removes from my underlying collection the last element returned by ShortListIterator.next() or ShortListIterator.previous() (optional operation).
removeAll(BooleanCollection) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
removeAll(ByteCollection) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
removeAll(CharCollection) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
removeAll(DoubleCollection) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
removeAll(FloatCollection) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
removeAll(IntCollection) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
removeAll(LongCollection) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
removeAll(ShortCollection) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
removeAll(BooleanCollection) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeAll(ByteCollection) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeAll(CharCollection) - Method in interface org.apache.commons.collections.primitives.CharCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeAll(DoubleCollection) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeAll(FloatCollection) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeAll(IntCollection) - Method in interface org.apache.commons.collections.primitives.IntCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeAll(LongCollection) - Method in interface org.apache.commons.collections.primitives.LongCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeAll(ShortCollection) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Removes all of my elements that are contained in the specified collection (optional operation).
removeElement(boolean) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
removeElement(byte) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
removeElement(char) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
removeElement(double) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
removeElement(float) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
removeElement(int) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
removeElement(long) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
removeElement(short) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
removeElement(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Removes a single occurrence of the specified element (optional operation).
removeElement(byte) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Removes a single occurrence of the specified element (optional operation).
removeElement(char) - Method in interface org.apache.commons.collections.primitives.CharCollection
Removes a single occurrence of the specified element (optional operation).
removeElement(double) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Removes a single occurrence of the specified element (optional operation).
removeElement(float) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Removes a single occurrence of the specified element (optional operation).
removeElement(int) - Method in interface org.apache.commons.collections.primitives.IntCollection
Removes a single occurrence of the specified element (optional operation).
removeElement(long) - Method in interface org.apache.commons.collections.primitives.LongCollection
Removes a single occurrence of the specified element (optional operation).
removeElement(short) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Removes a single occurrence of the specified element (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayByteList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayCharList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayIntList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayLongList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayShortList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.BooleanList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.ByteList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.CharList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.DoubleList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.FloatList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.IntList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.LongList
Removes the element at the specified position in (optional operation).
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
Unsupported in this implementation.
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
Unsupported in this implementation.
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
Unsupported in this implementation.
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
Unsupported in this implementation.
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
Unsupported in this implementation.
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
Unsupported in this implementation.
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
Unsupported in this implementation.
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortSubList
 
removeElementAt(int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
Unsupported in this implementation.
removeElementAt(int) - Method in interface org.apache.commons.collections.primitives.ShortList
Removes the element at the specified position in (optional operation).
retainAll(BooleanCollection) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
retainAll(ByteCollection) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
retainAll(CharCollection) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
retainAll(DoubleCollection) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
retainAll(FloatCollection) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
retainAll(IntCollection) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
retainAll(LongCollection) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
retainAll(ShortCollection) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
retainAll(BooleanCollection) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Removes all of my elements that are not contained in the specified collection (optional operation).
retainAll(ByteCollection) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Removes all of my elements that are not contained in the specified collection (optional operation).
retainAll(CharCollection) - Method in interface org.apache.commons.collections.primitives.CharCollection
Removes all of my elements that are not contained in the specified collection (optional operation).
retainAll(DoubleCollection) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Removes all of my elements that are not contained in the specified collection (optional operation).
retainAll(FloatCollection) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Removes all of my elements that are not contained in the specified collection (optional operation).
retainAll(IntCollection) - Method in interface org.apache.commons.collections.primitives.IntCollection
Removes all of my elements that are not contained in the specified collection (optional operation).
retainAll(LongCollection) - Method in interface org.apache.commons.collections.primitives.LongCollection
Removes all of my elements that are not contained in the specified collection (optional operation).
retainAll(ShortCollection) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Removes all of my elements that are not contained in the specified collection (optional operation).

S

search(boolean) - Method in class org.apache.commons.collections.primitives.BooleanStack
Returns the 1-based position where a value is on this stack.
search(byte) - Method in class org.apache.commons.collections.primitives.ByteStack
Returns the 1-based position where a value is on this stack.
search(char) - Method in class org.apache.commons.collections.primitives.CharStack
Returns the 1-based position where a value is on this stack.
search(double) - Method in class org.apache.commons.collections.primitives.DoubleStack
Returns the 1-based position where a value is on this stack.
search(float) - Method in class org.apache.commons.collections.primitives.FloatStack
Returns the 1-based position where a value is on this stack.
search(int) - Method in class org.apache.commons.collections.primitives.IntStack
Returns the 1-based position where an int is on this stack.
search(long) - Method in class org.apache.commons.collections.primitives.LongStack
Returns the 1-based position where a value is on this stack.
search(short) - Method in class org.apache.commons.collections.primitives.ShortStack
Returns the 1-based position where a value is on this stack.
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
 
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
 
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
 
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
 
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
 
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
 
set(boolean) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
 
set(byte) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
 
set(char) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
 
set(double) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
 
set(float) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
 
set(int) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
 
set(long) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
 
set(short) - Method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
 
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
 
set(Object) - Method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
 
set(int, boolean) - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, byte) - Method in class org.apache.commons.collections.primitives.ArrayByteList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, char) - Method in class org.apache.commons.collections.primitives.ArrayCharList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, double) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, float) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, int) - Method in class org.apache.commons.collections.primitives.ArrayIntList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, long) - Method in class org.apache.commons.collections.primitives.ArrayLongList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, short) - Method in class org.apache.commons.collections.primitives.ArrayShortList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, short) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, long) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int, boolean) - Method in interface org.apache.commons.collections.primitives.BooleanList
Replaces the element at the specified position in me with the specified element (optional operation).
set(boolean) - Method in interface org.apache.commons.collections.primitives.BooleanListIterator
Replaces in my underlying collection the last element returned by BooleanListIterator.next() or BooleanListIterator.previous() with the specified value (optional operation).
set(int, byte) - Method in interface org.apache.commons.collections.primitives.ByteList
Replaces the element at the specified position in me with the specified element (optional operation).
set(byte) - Method in interface org.apache.commons.collections.primitives.ByteListIterator
Replaces in my underlying collection the last element returned by ByteListIterator.next() or ByteListIterator.previous() with the specified value (optional operation).
set(int, char) - Method in interface org.apache.commons.collections.primitives.CharList
Replaces the element at the specified position in me with the specified element (optional operation).
set(char) - Method in interface org.apache.commons.collections.primitives.CharListIterator
Replaces in my underlying collection the last element returned by CharListIterator.next() or CharListIterator.previous() with the specified value (optional operation).
set(byte) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteListIterator
 
set(char) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharListIterator
 
set(double) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleListIterator
 
set(float) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatListIterator
 
set(int) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntListIterator
 
set(long) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongListIterator
 
set(short) - Method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortListIterator
 
set(int, double) - Method in interface org.apache.commons.collections.primitives.DoubleList
Replaces the element at the specified position in me with the specified element (optional operation).
set(double) - Method in interface org.apache.commons.collections.primitives.DoubleListIterator
Replaces in my underlying collection the last element returned by DoubleListIterator.next() or DoubleListIterator.previous() with the specified value (optional operation).
set(int, float) - Method in interface org.apache.commons.collections.primitives.FloatList
Replaces the element at the specified position in me with the specified element (optional operation).
set(float) - Method in interface org.apache.commons.collections.primitives.FloatListIterator
Replaces in my underlying collection the last element returned by FloatListIterator.next() or FloatListIterator.previous() with the specified value (optional operation).
set(int, int) - Method in interface org.apache.commons.collections.primitives.IntList
Replaces the element at the specified position in me with the specified element (optional operation).
set(int) - Method in interface org.apache.commons.collections.primitives.IntListIterator
Replaces in my underlying collection the last element returned by IntListIterator.next() or IntListIterator.previous() with the specified value (optional operation).
set(int, long) - Method in interface org.apache.commons.collections.primitives.LongList
Replaces the element at the specified position in me with the specified element (optional operation).
set(long) - Method in interface org.apache.commons.collections.primitives.LongListIterator
Replaces in my underlying collection the last element returned by LongListIterator.next() or LongListIterator.previous() with the specified value (optional operation).
set(boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanListIterator
 
set(int, boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanSubList
 
set(int, boolean) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
Unsupported in this implementation.
set(byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteListIterator
 
set(int, byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteSubList
 
set(int, byte) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
Unsupported in this implementation.
set(char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharListIterator
 
set(int, char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharSubList
 
set(int, char) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
Unsupported in this implementation.
set(double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleListIterator
 
set(int, double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleSubList
 
set(int, double) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
Unsupported in this implementation.
set(float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatListIterator
 
set(int, float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatSubList
 
set(int, float) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
Unsupported in this implementation.
set(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntListIterator
 
set(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntSubList
 
set(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
Unsupported in this implementation.
set(long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongListIterator
 
set(int, long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongSubList
 
set(int, long) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
Unsupported in this implementation.
set(short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortListIterator
 
set(int, short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortSubList
 
set(int, short) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
Unsupported in this implementation.
set(int, short) - Method in interface org.apache.commons.collections.primitives.ShortList
Replaces the element at the specified position in me with the specified element (optional operation).
set(short) - Method in interface org.apache.commons.collections.primitives.ShortListIterator
Replaces in my underlying collection the last element returned by ShortListIterator.next() or ShortListIterator.previous() with the specified value (optional operation).
ShortCollection - Interface in org.apache.commons.collections.primitives
A collection of short values.
ShortCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
Adapts an ShortCollection to the Collection interface.
ShortCollectionCollection(ShortCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortCollectionCollection
Creates a Collection wrapping the specified ShortCollection.
ShortCollections - Class in org.apache.commons.collections.primitives
This class consists exclusively of static methods that operate on or return ShortCollections.
ShortCollections() - Constructor for class org.apache.commons.collections.primitives.ShortCollections
 
ShortIterator - Interface in org.apache.commons.collections.primitives
An iterator over short values.
ShortIteratorIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an ShortIterator to the Iterator interface.
ShortIteratorIterator(ShortIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortIteratorIterator
Creates an Iterator wrapping the specified ShortIterator.
ShortList - Interface in org.apache.commons.collections.primitives
An ordered collection of short values.
ShortListIterator - Interface in org.apache.commons.collections.primitives
A bi-directional iterator over short values.
ShortListIteratorListIterator - Class in org.apache.commons.collections.primitives.adapters
Adapts an ShortListIterator to the ListIterator interface.
ShortListIteratorListIterator(ShortListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
Creates an ListIterator wrapping the specified ShortListIterator.
ShortListList - Class in org.apache.commons.collections.primitives.adapters
Adapts an ShortList to the List interface.
ShortListList(ShortList) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortListList
Creates a List wrapping the specified ShortList.
ShortStack - Class in org.apache.commons.collections.primitives
A primitive short based Stack.
ShortStack() - Constructor for class org.apache.commons.collections.primitives.ShortStack
Creates an empty primitive stack.
ShortStack(short[]) - Constructor for class org.apache.commons.collections.primitives.ShortStack
Creates a stack prepopulating it with values.
singletonByteIterator(byte) - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable ByteIterator containing only the specified element.
singletonByteList(byte) - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable ByteList containing only the specified element.
singletonByteListIterator(byte) - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable ByteListIterator containing only the specified element.
singletonCharIterator(char) - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable CharIterator containing only the specified element.
singletonCharList(char) - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable CharList containing only the specified element.
singletonCharListIterator(char) - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable CharListIterator containing only the specified element.
singletonDoubleIterator(double) - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable DoubleIterator containing only the specified element.
singletonDoubleList(double) - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable DoubleList containing only the specified element.
singletonDoubleListIterator(double) - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable DoubleListIterator containing only the specified element.
singletonFloatIterator(float) - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable FloatIterator containing only the specified element.
singletonFloatList(float) - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable FloatList containing only the specified element.
singletonFloatListIterator(float) - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable FloatListIterator containing only the specified element.
singletonIntIterator(int) - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable IntIterator containing only the specified element.
singletonIntList(int) - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable IntList containing only the specified element.
singletonIntListIterator(int) - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable IntListIterator containing only the specified element.
singletonLongIterator(long) - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable LongIterator containing only the specified element.
singletonLongList(long) - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable LongList containing only the specified element.
singletonLongListIterator(long) - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable LongListIterator containing only the specified element.
singletonShortIterator(short) - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable ShortIterator containing only the specified element.
singletonShortList(short) - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable ShortList containing only the specified element.
singletonShortListIterator(short) - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable ShortListIterator containing only the specified element.
size() - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
size() - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
size() - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
size() - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
size() - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
size() - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
size() - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
size() - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
size() - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayByteList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayCharList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayFloatList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayIntList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayLongList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayShortList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
 
size() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
 
size() - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.BooleanStack
Gets the size of this stack.
size() - Method in interface org.apache.commons.collections.primitives.ByteCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.ByteStack
Gets the size of this stack.
size() - Method in interface org.apache.commons.collections.primitives.CharCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.CharStack
Gets the size of this stack.
size() - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.DoubleStack
Gets the size of this stack.
size() - Method in interface org.apache.commons.collections.primitives.FloatCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.FloatStack
Gets the size of this stack.
size() - Method in interface org.apache.commons.collections.primitives.IntCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.IntStack
Gets the size of this stack.
size() - Method in interface org.apache.commons.collections.primitives.LongCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.LongStack
Gets the size of this stack.
size() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList.RandomAccessBooleanSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortSubList
 
size() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
size() - Method in interface org.apache.commons.collections.primitives.ShortCollection
Returns the number of elements I contain.
size() - Method in class org.apache.commons.collections.primitives.ShortStack
Gets the size of this stack.
subList(int, int) - Method in interface org.apache.commons.collections.primitives.BooleanList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.apache.commons.collections.primitives.ByteList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.apache.commons.collections.primitives.CharList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.apache.commons.collections.primitives.DoubleList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.apache.commons.collections.primitives.FloatList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.apache.commons.collections.primitives.IntList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface org.apache.commons.collections.primitives.LongList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
subList(int, int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
subList(int, int) - Method in interface org.apache.commons.collections.primitives.ShortList
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive.

T

toArray() - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
toArray(boolean[]) - Method in class org.apache.commons.collections.primitives.AbstractBooleanCollection
 
toArray() - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
toArray(byte[]) - Method in class org.apache.commons.collections.primitives.AbstractByteCollection
 
toArray() - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
toArray(char[]) - Method in class org.apache.commons.collections.primitives.AbstractCharCollection
 
toArray() - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
toArray(double[]) - Method in class org.apache.commons.collections.primitives.AbstractDoubleCollection
 
toArray() - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
toArray(float[]) - Method in class org.apache.commons.collections.primitives.AbstractFloatCollection
 
toArray() - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
toArray(int[]) - Method in class org.apache.commons.collections.primitives.AbstractIntCollection
 
toArray() - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
toArray(long[]) - Method in class org.apache.commons.collections.primitives.AbstractLongCollection
 
toArray() - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
toArray(short[]) - Method in class org.apache.commons.collections.primitives.AbstractShortCollection
 
toArray() - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Returns an array containing all of my elements.
toArray(boolean[]) - Method in interface org.apache.commons.collections.primitives.BooleanCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toArray() - Method in interface org.apache.commons.collections.primitives.ByteCollection
Returns an array containing all of my elements.
toArray(byte[]) - Method in interface org.apache.commons.collections.primitives.ByteCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toArray() - Method in interface org.apache.commons.collections.primitives.CharCollection
Returns an array containing all of my elements.
toArray(char[]) - Method in interface org.apache.commons.collections.primitives.CharCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toArray() - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Returns an array containing all of my elements.
toArray(double[]) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toArray() - Method in interface org.apache.commons.collections.primitives.FloatCollection
Returns an array containing all of my elements.
toArray(float[]) - Method in interface org.apache.commons.collections.primitives.FloatCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toArray() - Method in interface org.apache.commons.collections.primitives.IntCollection
Returns an array containing all of my elements.
toArray(int[]) - Method in interface org.apache.commons.collections.primitives.IntCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toArray() - Method in interface org.apache.commons.collections.primitives.LongCollection
Returns an array containing all of my elements.
toArray(long[]) - Method in interface org.apache.commons.collections.primitives.LongCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toArray() - Method in interface org.apache.commons.collections.primitives.ShortCollection
Returns an array containing all of my elements.
toArray(short[]) - Method in interface org.apache.commons.collections.primitives.ShortCollection
Returns an array containing all of my elements, using the given array if it is large enough.
toByteCollection(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toByteIterator(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toByteList(List) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toByteListIterator(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCharCollection(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCharIterator(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCharList(List) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCharListIterator(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCollection(ByteCollection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCollection(CharCollection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCollection(DoubleCollection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCollection(FloatCollection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCollection(IntCollection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCollection(LongCollection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toCollection(ShortCollection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toDoubleCollection(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toDoubleIterator(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toDoubleList(List) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toDoubleListIterator(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toFloatCollection(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toFloatIterator(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toFloatList(List) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toFloatListIterator(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIntCollection(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIntIterator(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIntList(List) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIntListIterator(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIterator(ByteIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIterator(CharIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIterator(DoubleIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIterator(FloatIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIterator(IntIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIterator(LongIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toIterator(ShortIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toList(ByteList) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toList(CharList) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toList(DoubleList) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toList(FloatList) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toList(IntList) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toList(LongList) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toList(ShortList) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toListIterator(ByteListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toListIterator(CharListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toListIterator(DoubleListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toListIterator(FloatListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toListIterator(IntListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toListIterator(LongListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toListIterator(ShortListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toLongCollection(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toLongIterator(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toLongList(List) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toLongListIterator(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toShortCollection(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toShortIterator(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toShortList(List) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toShortListIterator(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.Adapt
 
toString() - Method in class org.apache.commons.collections.primitives.adapters.ListCharList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessBooleanList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList
 
toString() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList
 
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayBooleanList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayByteList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayCharList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayFloatList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayIntList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayLongList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayShortList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
Reduce my capacity, if necessary, to match my current size.
trimToSize() - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
Reduce my capacity, if necessary, to match my current size.

U

unmodifiableByteIterator(ByteIterator) - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable version of the given non-null ByteIterator.
UnmodifiableByteIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableByteList(ByteList) - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable version of the given non-null ByteList.
UnmodifiableByteList - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableByteListIterator(ByteListIterator) - Static method in class org.apache.commons.collections.primitives.ByteCollections
Returns an unmodifiable version of the given non-null ByteListIterator.
UnmodifiableByteListIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableCharIterator(CharIterator) - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable version of the given non-null CharIterator.
UnmodifiableCharIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableCharList(CharList) - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable version of the given non-null CharList.
UnmodifiableCharList - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableCharListIterator(CharListIterator) - Static method in class org.apache.commons.collections.primitives.CharCollections
Returns an unmodifiable version of the given non-null CharListIterator.
UnmodifiableCharListIterator - Class in org.apache.commons.collections.primitives.decorators
 
UnmodifiableDoubleIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableDoubleIterator(DoubleIterator) - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable version of the given non-null DoubleIterator.
UnmodifiableDoubleList - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableDoubleList(DoubleList) - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable version of the given non-null DoubleList.
UnmodifiableDoubleListIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableDoubleListIterator(DoubleListIterator) - Static method in class org.apache.commons.collections.primitives.DoubleCollections
Returns an unmodifiable version of the given non-null DoubleListIterator.
UnmodifiableFloatIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableFloatIterator(FloatIterator) - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable version of the given non-null FloatIterator.
UnmodifiableFloatList - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableFloatList(FloatList) - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable version of the given non-null FloatList.
UnmodifiableFloatListIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableFloatListIterator(FloatListIterator) - Static method in class org.apache.commons.collections.primitives.FloatCollections
Returns an unmodifiable version of the given non-null FloatListIterator.
UnmodifiableIntIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableIntIterator(IntIterator) - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable version of the given non-null IntIterator.
UnmodifiableIntList - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableIntList(IntList) - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable version of the given non-null IntList.
UnmodifiableIntListIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableIntListIterator(IntListIterator) - Static method in class org.apache.commons.collections.primitives.IntCollections
Returns an unmodifiable version of the given non-null IntListIterator.
UnmodifiableLongIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableLongIterator(LongIterator) - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable version of the given non-null LongIterator.
UnmodifiableLongList - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableLongList(LongList) - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable version of the given non-null LongList.
UnmodifiableLongListIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableLongListIterator(LongListIterator) - Static method in class org.apache.commons.collections.primitives.LongCollections
Returns an unmodifiable version of the given non-null LongListIterator.
UnmodifiableShortIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableShortIterator(ShortIterator) - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable version of the given non-null ShortIterator.
UnmodifiableShortList - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableShortList(ShortList) - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable version of the given non-null ShortList.
UnmodifiableShortListIterator - Class in org.apache.commons.collections.primitives.decorators
 
unmodifiableShortListIterator(ShortListIterator) - Static method in class org.apache.commons.collections.primitives.ShortCollections
Returns an unmodifiable version of the given non-null ShortListIterator.

W

wrap(BooleanCollection) - Static method in class org.apache.commons.collections.primitives.adapters.BooleanCollectionCollection
Create a Collection wrapping the specified BooleanCollection.
wrap(BooleanIterator) - Static method in class org.apache.commons.collections.primitives.adapters.BooleanIteratorIterator
Create an Iterator wrapping the specified BooleanIterator.
wrap(BooleanListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
Create a ListIterator wrapping the specified BooleanListIterator.
wrap(BooleanList) - Static method in class org.apache.commons.collections.primitives.adapters.BooleanListList
Create a List wrapping the specified BooleanList.
wrap(ByteCollection) - Static method in class org.apache.commons.collections.primitives.adapters.ByteCollectionCollection
Create a Collection wrapping the specified ByteCollection.
wrap(ByteIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ByteIteratorIterator
Create an Iterator wrapping the specified ByteIterator.
wrap(ByteListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ByteListIteratorListIterator
Create a ListIterator wrapping the specified ByteListIterator.
wrap(ByteList) - Static method in class org.apache.commons.collections.primitives.adapters.ByteListList
Create a List wrapping the specified ByteList.
wrap(CharCollection) - Static method in class org.apache.commons.collections.primitives.adapters.CharCollectionCollection
Create a Collection wrapping the specified CharCollection.
wrap(CharIterator) - Static method in class org.apache.commons.collections.primitives.adapters.CharIteratorIterator
Create an Iterator wrapping the specified CharIterator.
wrap(CharListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
Create a ListIterator wrapping the specified CharListIterator.
wrap(CharList) - Static method in class org.apache.commons.collections.primitives.adapters.CharListList
Create a List wrapping the specified CharList.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionBooleanCollection
Create an BooleanCollection wrapping the specified Collection.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionByteCollection
Create an ByteCollection wrapping the specified Collection.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionCharCollection
Create an CharCollection wrapping the specified Collection.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionDoubleCollection
Create an DoubleCollection wrapping the specified Collection.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionFloatCollection
Create an FloatCollection wrapping the specified Collection.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionIntCollection
Create an IntCollection wrapping the specified Collection.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionLongCollection
Create an LongCollection wrapping the specified Collection.
wrap(Collection) - Static method in class org.apache.commons.collections.primitives.adapters.CollectionShortCollection
Create an ShortCollection wrapping the specified Collection.
wrap(DoubleCollection) - Static method in class org.apache.commons.collections.primitives.adapters.DoubleCollectionCollection
Create a Collection wrapping the specified DoubleCollection.
wrap(DoubleIterator) - Static method in class org.apache.commons.collections.primitives.adapters.DoubleIteratorIterator
Create an Iterator wrapping the specified DoubleIterator.
wrap(DoubleListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.DoubleListIteratorListIterator
Create a ListIterator wrapping the specified DoubleListIterator.
wrap(DoubleList) - Static method in class org.apache.commons.collections.primitives.adapters.DoubleListList
Create a List wrapping the specified DoubleList.
wrap(FloatCollection) - Static method in class org.apache.commons.collections.primitives.adapters.FloatCollectionCollection
Create a Collection wrapping the specified FloatCollection.
wrap(FloatIterator) - Static method in class org.apache.commons.collections.primitives.adapters.FloatIteratorIterator
Create an Iterator wrapping the specified FloatIterator.
wrap(FloatListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.FloatListIteratorListIterator
Create a ListIterator wrapping the specified FloatListIterator.
wrap(FloatList) - Static method in class org.apache.commons.collections.primitives.adapters.FloatListList
Create a List wrapping the specified FloatList.
wrap(IntCollection) - Static method in class org.apache.commons.collections.primitives.adapters.IntCollectionCollection
Create a Collection wrapping the specified IntCollection.
wrap(IntIterator) - Static method in class org.apache.commons.collections.primitives.adapters.IntIteratorIterator
Create an Iterator wrapping the specified IntIterator.
wrap(IntListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
Create a ListIterator wrapping the specified IntListIterator.
wrap(IntList) - Static method in class org.apache.commons.collections.primitives.adapters.IntListList
Create a List wrapping the specified IntList.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorBooleanIterator
Create an BooleanIterator wrapping the specified Iterator.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorByteIterator
Create an ByteIterator wrapping the specified Iterator.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorCharIterator
Create an CharIterator wrapping the specified Iterator.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorDoubleIterator
Create an DoubleIterator wrapping the specified Iterator.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorFloatIterator
Create an FloatIterator wrapping the specified Iterator.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorIntIterator
Create an IntIterator wrapping the specified Iterator.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorLongIterator
Create an LongIterator wrapping the specified Iterator.
wrap(Iterator) - Static method in class org.apache.commons.collections.primitives.adapters.IteratorShortIterator
Create an ShortIterator wrapping the specified Iterator.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListBooleanList
Create an BooleanList wrapping the specified List.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListByteList
Create an ByteList wrapping the specified List.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListCharList
Create an CharList wrapping the specified List.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListDoubleList
Create an DoubleList wrapping the specified List.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListFloatList
Create an FloatList wrapping the specified List.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListIntList
Create an IntList wrapping the specified List.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorBooleanListIterator
Create an BooleanListIterator wrapping the specified ListIterator.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorByteListIterator
Create an ByteListIterator wrapping the specified ListIterator.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorCharListIterator
Create an CharListIterator wrapping the specified ListIterator.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorDoubleListIterator
Create an DoubleListIterator wrapping the specified ListIterator.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorFloatListIterator
Create an FloatListIterator wrapping the specified ListIterator.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator
Create an IntListIterator wrapping the specified ListIterator.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorLongListIterator
Create an LongListIterator wrapping the specified ListIterator.
wrap(ListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ListIteratorShortListIterator
Create an ShortListIterator wrapping the specified ListIterator.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListLongList
Create an LongList wrapping the specified List.
wrap(List) - Static method in class org.apache.commons.collections.primitives.adapters.ListShortList
Create an ShortList wrapping the specified List.
wrap(LongCollection) - Static method in class org.apache.commons.collections.primitives.adapters.LongCollectionCollection
Create a Collection wrapping the specified LongCollection.
wrap(LongIterator) - Static method in class org.apache.commons.collections.primitives.adapters.LongIteratorIterator
Create an Iterator wrapping the specified LongIterator.
wrap(LongListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.LongListIteratorListIterator
Create a ListIterator wrapping the specified LongListIterator.
wrap(LongList) - Static method in class org.apache.commons.collections.primitives.adapters.LongListList
Create a List wrapping the specified LongList.
wrap(ShortCollection) - Static method in class org.apache.commons.collections.primitives.adapters.ShortCollectionCollection
Create a Collection wrapping the specified ShortCollection.
wrap(ShortIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ShortIteratorIterator
Create an Iterator wrapping the specified ShortIterator.
wrap(ShortListIterator) - Static method in class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
Create a ListIterator wrapping the specified ShortListIterator.
wrap(ShortList) - Static method in class org.apache.commons.collections.primitives.adapters.ShortListList
Create a List wrapping the specified ShortList.
wrap(ByteIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteIterator
 
wrap(ByteList) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteList
 
wrap(ByteListIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableByteListIterator
 
wrap(CharIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharIterator
 
wrap(CharList) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharList
 
wrap(CharListIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableCharListIterator
 
wrap(DoubleIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleIterator
 
wrap(DoubleList) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleList
 
wrap(DoubleListIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleListIterator
 
wrap(FloatIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatIterator
 
wrap(FloatList) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatList
 
wrap(FloatListIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableFloatListIterator
 
wrap(IntIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntIterator
 
wrap(IntList) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntList
 
wrap(IntListIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableIntListIterator
 
wrap(LongIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongIterator
 
wrap(LongList) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongList
 
wrap(LongListIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableLongListIterator
 
wrap(ShortIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortIterator
 
wrap(ShortList) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortList
 
wrap(ShortListIterator) - Static method in class org.apache.commons.collections.primitives.decorators.UnmodifiableShortListIterator
 
A B C D E F G H I L M N O P R S T U W 

Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.