- AbstractBooleanCollection - Class in org.apache.commons.collections.primitives
-
- AbstractBooleanCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractBooleanCollection
-
- AbstractByteCollection - Class in org.apache.commons.collections.primitives
-
- AbstractByteCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractByteCollection
-
- AbstractCharCollection - Class in org.apache.commons.collections.primitives
-
- AbstractCharCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractCharCollection
-
- AbstractDoubleCollection - Class in org.apache.commons.collections.primitives
-
- AbstractDoubleCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractDoubleCollection
-
- AbstractFloatCollection - Class in org.apache.commons.collections.primitives
-
- AbstractFloatCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractFloatCollection
-
- AbstractIntCollection - Class in org.apache.commons.collections.primitives
-
- AbstractIntCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractIntCollection
-
- AbstractLongCollection - Class in org.apache.commons.collections.primitives
-
- AbstractLongCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractLongCollection
-
- AbstractShortCollection - Class in org.apache.commons.collections.primitives
-
- 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
-
- 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
byte
s.
- 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
char
s.
- 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
-
- 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
-
- 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
int
s.
- 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
long
s.
- 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
-
- 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.
- CharCollection - Interface in org.apache.commons.collections.primitives
-
A collection of char
values.
- CharCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CharCollectionCollection(CharCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.CharCollectionCollection
-
- 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
-
- CharIteratorIterator(CharIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.CharIteratorIterator
-
- CharIteratorReader - Class in org.apache.commons.collections.primitives.adapters.io
-
- 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
-
- CharListIteratorListIterator(CharListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.CharListIteratorListIterator
-
- CharListList - Class in org.apache.commons.collections.primitives.adapters
-
- CharListList(CharList) - Constructor for class org.apache.commons.collections.primitives.adapters.CharListList
-
- 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
-
- CollectionBooleanCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionBooleanCollection
-
- CollectionByteCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CollectionByteCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionByteCollection
-
- CollectionCharCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CollectionCharCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionCharCollection
-
- CollectionDoubleCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CollectionDoubleCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionDoubleCollection
-
- CollectionFloatCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CollectionFloatCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionFloatCollection
-
- CollectionIntCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CollectionIntCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionIntCollection
-
- CollectionLongCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CollectionLongCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionLongCollection
-
- CollectionShortCollection - Class in org.apache.commons.collections.primitives.adapters
-
- CollectionShortCollection(Collection) - Constructor for class org.apache.commons.collections.primitives.adapters.CollectionShortCollection
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- IntCollectionCollection(IntCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.IntCollectionCollection
-
- 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
-
- IntIteratorIterator(IntIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IntIteratorIterator
-
- 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
-
- IntListIteratorListIterator(IntListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IntListIteratorListIterator
-
- IntListList - Class in org.apache.commons.collections.primitives.adapters
-
- IntListList(IntList) - Constructor for class org.apache.commons.collections.primitives.adapters.IntListList
-
- 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
-
- IteratorBooleanIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorBooleanIterator
-
- IteratorByteIterator - Class in org.apache.commons.collections.primitives.adapters
-
- IteratorByteIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorByteIterator
-
- IteratorCharIterator - Class in org.apache.commons.collections.primitives.adapters
-
- IteratorCharIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorCharIterator
-
- IteratorDoubleIterator - Class in org.apache.commons.collections.primitives.adapters
-
- IteratorDoubleIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorDoubleIterator
-
- IteratorFloatIterator - Class in org.apache.commons.collections.primitives.adapters
-
- IteratorFloatIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorFloatIterator
-
- IteratorIntIterator - Class in org.apache.commons.collections.primitives.adapters
-
- IteratorIntIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorIntIterator
-
- IteratorLongIterator - Class in org.apache.commons.collections.primitives.adapters
-
- IteratorLongIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorLongIterator
-
- IteratorShortIterator - Class in org.apache.commons.collections.primitives.adapters
-
- IteratorShortIterator(Iterator) - Constructor for class org.apache.commons.collections.primitives.adapters.IteratorShortIterator
-
- 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
-
- 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.
- RandomAccessBooleanList - Class in org.apache.commons.collections.primitives
-
Abstract base class for
BooleanList
s 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
ByteList
s 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
CharList
s 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
DoubleList
s 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
FloatList
s 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
IntList
s 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
LongList
s 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
ShortList
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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).
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ShortCollection - Interface in org.apache.commons.collections.primitives
-
A collection of short
values.
- ShortCollectionCollection - Class in org.apache.commons.collections.primitives.adapters
-
- ShortCollectionCollection(ShortCollection) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortCollectionCollection
-
- 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
-
- ShortIteratorIterator(ShortIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortIteratorIterator
-
- 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
-
- ShortListIteratorListIterator(ShortListIterator) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortListIteratorListIterator
-
- ShortListList - Class in org.apache.commons.collections.primitives.adapters
-
- ShortListList(ShortList) - Constructor for class org.apache.commons.collections.primitives.adapters.ShortListList
-
- 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.