Package org.apache.uima
Interface List_of_ints
Deprecated.
a List API that returns ints instead of T
- To be removed in version:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(int i) Deprecated.void
add
(int index, int element) Deprecated.void
clear()
Deprecated.default boolean
contains
(int i) Deprecated.void
copyFromArray
(int[] src, int srcPos, int destPos, int length) Deprecated.void
copyToArray
(int srcPos, int[] dest, int destPos, int length) Deprecated.static List_of_ints
Deprecated.int
get
(int index) Deprecated.int
indexOf
(int i) Deprecated.Deprecated.default boolean
isEmpty()
Deprecated.iterator()
Deprecated.int
lastIndexOf
(int i) Deprecated.static List_of_ints
newInstance
(int[] ia) Deprecated.static List_of_ints
newInstance
(int[] ia, int start, int end) Deprecated.boolean
remove
(int i) Deprecated.int
removeAtIndex
(int index) Deprecated.int
set
(int index, int element) Deprecated.int
size()
Deprecated.void
sort()
Deprecated.subList
(int fromIndex, int toIndex) Deprecated.int[]
toArray()
Deprecated.int[]
Deprecated.Avoid copying, return the original array, if start/end offsets not in useMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
size
int size()Deprecated. -
isEmpty
default boolean isEmpty()Deprecated. -
contains
default boolean contains(int i) Deprecated. -
toArray
int[] toArray()Deprecated. -
toArrayMinCopy
int[] toArrayMinCopy()Deprecated.Avoid copying, return the original array, if start/end offsets not in use- Returns:
- -
-
add
boolean add(int i) Deprecated. -
remove
boolean remove(int i) Deprecated. -
clear
void clear()Deprecated. -
get
int get(int index) Deprecated. -
set
int set(int index, int element) Deprecated. -
add
void add(int index, int element) Deprecated. -
removeAtIndex
int removeAtIndex(int index) Deprecated. -
indexOf
int indexOf(int i) Deprecated. -
lastIndexOf
int lastIndexOf(int i) Deprecated. -
subList
Deprecated. -
iterator
PrimitiveIterator.OfInt iterator()Deprecated. -
intListIterator
IntListIterator intListIterator()Deprecated. -
copyFromArray
void copyFromArray(int[] src, int srcPos, int destPos, int length) Deprecated. -
copyToArray
void copyToArray(int srcPos, int[] dest, int destPos, int length) Deprecated. -
sort
void sort()Deprecated. -
EMPTY_LIST
Deprecated. -
newInstance
Deprecated. -
newInstance
Deprecated.
-
org.apache.uima.jcas.cas
or possibly removed. Should also be renamed.