|
|||||||||
| Home >> All >> org >> apache >> commons >> collections >> [ primitives overview ] | PREV NEXT | ||||||||
A
- AbstractByteCollection - class org.apache.commons.collections.primitives.AbstractByteCollection.
- Abstract base class for ByteCollections.
- AbstractByteCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractByteCollection
- AbstractCharCollection - class org.apache.commons.collections.primitives.AbstractCharCollection.
- Abstract base class for CharCollections.
- AbstractCharCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractCharCollection
- AbstractDoubleCollection - class org.apache.commons.collections.primitives.AbstractDoubleCollection.
- Abstract base class for DoubleCollections.
- AbstractDoubleCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractDoubleCollection
- AbstractFloatCollection - class org.apache.commons.collections.primitives.AbstractFloatCollection.
- Abstract base class for FloatCollections.
- AbstractFloatCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractFloatCollection
- AbstractIntCollection - class org.apache.commons.collections.primitives.AbstractIntCollection.
- Abstract base class for IntCollections.
- AbstractIntCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractIntCollection
- AbstractLongCollection - class org.apache.commons.collections.primitives.AbstractLongCollection.
- Abstract base class for LongCollections.
- AbstractLongCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractLongCollection
- AbstractShortCollection - class org.apache.commons.collections.primitives.AbstractShortCollection.
- Abstract base class for ShortCollections.
- AbstractShortCollection() - Constructor for class org.apache.commons.collections.primitives.AbstractShortCollection
- AllTestSuite - class org.apache.commons.collections.primitives.AllTestSuite.
- Test all the packages.
- AllTestSuite(String) - Constructor for class org.apache.commons.collections.primitives.AllTestSuite
- ArrayByteList - class org.apache.commons.collections.primitives.ArrayByteList.
- An ByteList backed by an array of
bytes. - ArrayByteList() - Constructor for class org.apache.commons.collections.primitives.ArrayByteList
- Construct an empty list with the default initial capacity.
- ArrayByteList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayByteList
- Construct an empty list with the given initial capacity.
- ArrayByteList(ByteCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayByteList
- Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
- ArrayCharList - class org.apache.commons.collections.primitives.ArrayCharList.
- An CharList backed by an array of
chars. - ArrayCharList() - Constructor for class org.apache.commons.collections.primitives.ArrayCharList
- Construct an empty list with the default initial capacity.
- ArrayCharList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayCharList
- Construct an empty list with the given initial capacity.
- ArrayCharList(CharCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayCharList
- Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
- ArrayDoubleList - class org.apache.commons.collections.primitives.ArrayDoubleList.
- An DoubleList backed by an array of
doubles. - ArrayDoubleList() - Constructor for class org.apache.commons.collections.primitives.ArrayDoubleList
- Construct an empty list with the default initial capacity.
- ArrayDoubleList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayDoubleList
- Construct an empty list with the given initial capacity.
- ArrayDoubleList(DoubleCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayDoubleList
- Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
- ArrayFloatList - class org.apache.commons.collections.primitives.ArrayFloatList.
- An FloatList backed by an array of
floats. - ArrayFloatList() - Constructor for class org.apache.commons.collections.primitives.ArrayFloatList
- Construct an empty list with the default initial capacity.
- ArrayFloatList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayFloatList
- Construct an empty list with the given initial capacity.
- ArrayFloatList(FloatCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayFloatList
- Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
- ArrayIntList - class org.apache.commons.collections.primitives.ArrayIntList.
- An IntList backed by an array of
ints. - ArrayIntList() - Constructor for class org.apache.commons.collections.primitives.ArrayIntList
- Construct an empty list with the default initial capacity.
- ArrayIntList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayIntList
- Construct an empty list with the given initial capacity.
- ArrayIntList(IntCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayIntList
- Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
- ArrayLongList - class org.apache.commons.collections.primitives.ArrayLongList.
- An LongList backed by an array of
longs. - ArrayLongList() - Constructor for class org.apache.commons.collections.primitives.ArrayLongList
- Construct an empty list with the default initial capacity.
- ArrayLongList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayLongList
- Construct an empty list with the given initial capacity.
- ArrayLongList(LongCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayLongList
- Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
- ArrayShortList - class org.apache.commons.collections.primitives.ArrayShortList.
- An ShortList backed by an array of
shorts. - ArrayShortList() - Constructor for class org.apache.commons.collections.primitives.ArrayShortList
- Construct an empty list with the default initial capacity.
- ArrayShortList(int) - Constructor for class org.apache.commons.collections.primitives.ArrayShortList
- Construct an empty list with the given initial capacity.
- ArrayShortList(ShortCollection) - Constructor for class org.apache.commons.collections.primitives.ArrayShortList
- Constructs a list containing the elements of the given collection, in the order they are returned by that collection's iterator.
- ArrayUnsignedByteList - class org.apache.commons.collections.primitives.ArrayUnsignedByteList.
- A ShortList backed by an array of unsigned
bytevalues. - 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.
- ArrayUnsignedIntList - class org.apache.commons.collections.primitives.ArrayUnsignedIntList.
- An IntList backed by an array of unsigned
intvalues. - 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.
- ArrayUnsignedShortList - class org.apache.commons.collections.primitives.ArrayUnsignedShortList.
- An IntList backed by an array of unsigned
shortvalues. - 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.
- 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(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(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(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(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, 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(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, 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(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, 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(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, 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(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, 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(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, 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(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(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 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(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(ByteCollection) - Method in interface org.apache.commons.collections.primitives.ByteCollection
- Adds 55 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 55 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 55 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 55 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 55 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 55 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, 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 55 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).
- assertNotComodified() - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.ComodChecker
- assertNotComodified() - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.ComodChecker
- assertNotComodified() - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.ComodChecker
- assertNotComodified() - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.ComodChecker
- assertNotComodified() - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.ComodChecker
- assertNotComodified() - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.ComodChecker
- assertNotComodified() - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.ComodChecker
- assertValidUnsignedByte(short) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
- assertValidUnsignedInt(long) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
- assertValidUnsignedShort(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
B
- ByteCollection - interface org.apache.commons.collections.primitives.ByteCollection.
- A collection of
bytevalues. - ByteCollections - class org.apache.commons.collections.primitives.ByteCollections.
- This class consists exclusively of static methods that operate on or return ByteCollections.
- ByteCollections() - Constructor for class org.apache.commons.collections.primitives.ByteCollections
- ByteIterator - interface org.apache.commons.collections.primitives.ByteIterator.
- An iterator over
bytevalues. - ByteList - interface org.apache.commons.collections.primitives.ByteList.
- An ordered collection of
bytevalues. - ByteListIterator - interface org.apache.commons.collections.primitives.ByteListIterator.
- A bi-directional iterator over
bytevalues.
C
- CharCollection - interface org.apache.commons.collections.primitives.CharCollection.
- A collection of
charvalues. - CharCollections - class org.apache.commons.collections.primitives.CharCollections.
- 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 org.apache.commons.collections.primitives.CharIterator.
- An iterator over
charvalues. - CharList - interface org.apache.commons.collections.primitives.CharList.
- An ordered collection of
charvalues. - CharListIterator - interface org.apache.commons.collections.primitives.CharListIterator.
- A bi-directional iterator over
charvalues. - checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayByteList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayCharList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayIntList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayLongList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayShortList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteSubList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharSubList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleSubList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatSubList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntSubList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongSubList
- checkRange(int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortSubList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayByteList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayCharList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayDoubleList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayFloatList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayIntList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayLongList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayShortList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedByteList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedIntList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.ArrayUnsignedShortList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.RandomAccessByteList.RandomAccessByteSubList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.RandomAccessCharList.RandomAccessCharSubList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.RandomAccessDoubleList.RandomAccessDoubleSubList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.RandomAccessFloatList.RandomAccessFloatSubList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.RandomAccessIntList.RandomAccessIntSubList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.RandomAccessLongList.RandomAccessLongSubList
- checkRangeIncludingEndpoint(int) - Method in class org.apache.commons.collections.primitives.RandomAccessShortList.RandomAccessShortSubList
- 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 interface org.apache.commons.collections.primitives.ByteCollection
- Removes all my elements (optional operation).
- clear() - Method in interface org.apache.commons.collections.primitives.CharCollection
- Removes all my elements (optional operation).
- clear() - Method in interface org.apache.commons.collections.primitives.DoubleCollection
- Removes all my elements (optional operation).
- clear() - Method in interface org.apache.commons.collections.primitives.FloatCollection
- Removes all my elements (optional operation).
- clear() - Method in interface org.apache.commons.collections.primitives.IntCollection
- Removes all my elements (optional operation).
- clear() - Method in interface org.apache.commons.collections.primitives.LongCollection
- Removes all my elements (optional operation).
- clear() - Method in interface org.apache.commons.collections.primitives.ShortCollection
- Removes all my elements (optional operation).
- 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(byte) - Method in interface org.apache.commons.collections.primitives.ByteCollection
- Returns
trueiff I contain the specified element. - contains(char) - Method in interface org.apache.commons.collections.primitives.CharCollection
- Returns
trueiff I contain the specified element. - contains(double) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
- Returns
trueiff I contain the specified element. - contains(float) - Method in interface org.apache.commons.collections.primitives.FloatCollection
- Returns
trueiff I contain the specified element. - contains(int) - Method in interface org.apache.commons.collections.primitives.IntCollection
- Returns
trueiff I contain the specified element. - contains(long) - Method in interface org.apache.commons.collections.primitives.LongCollection
- Returns
trueiff I contain the specified element. - contains(short) - Method in interface org.apache.commons.collections.primitives.ShortCollection
- Returns
trueiff I contain the specified element. - 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(ByteCollection) - Method in interface org.apache.commons.collections.primitives.ByteCollection
- Returns
trueiff I contain 55 all of the elements in the given collection. - containsAll(CharCollection) - Method in interface org.apache.commons.collections.primitives.CharCollection
- Returns
trueiff I contain 55 all of the elements in the given collection. - containsAll(DoubleCollection) - Method in interface org.apache.commons.collections.primitives.DoubleCollection
- Returns
trueiff I contain 55 all of the elements in the given collection. - containsAll(FloatCollection) - Method in interface org.apache.commons.collections.primitives.FloatCollection
- Returns
trueiff I contain 55 all of the elements in the given collection. - containsAll(IntCollection) - Method in interface org.apache.commons.collections.primitives.IntCollection
- Returns
trueiff I contain 55 all of the elements in the given collection. - containsAll(LongCollection) - Method in interface org.apache.commons.collections.primitives.LongCollection
- Returns
trueiff I contain 55 all of the elements in the given collection. - containsAll(ShortCollection) - Method in interface org.apache.commons.collections.primitives.ShortCollection
- Returns
trueiff I contain 55 all of the elements in the given collection.
D
- DoubleCollection - interface org.apache.commons.collections.primitives.DoubleCollection.
- A collection of
doublevalues. - DoubleCollections - class org.apache.commons.collections.primitives.DoubleCollections.
- This class consists exclusively of static methods that operate on or return DoubleCollections.
- DoubleCollections() - Constructor for class org.apache.commons.collections.primitives.DoubleCollections
- DoubleIterator - interface org.apache.commons.collections.primitives.DoubleIterator.
- An iterator over
doublevalues. - DoubleList - interface org.apache.commons.collections.primitives.DoubleList.
- An ordered collection of
doublevalues. - DoubleListIterator - interface org.apache.commons.collections.primitives.DoubleListIterator.
- A bi-directional iterator over
doublevalues.
E
- 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.