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 TypeMethodDescriptionbooleanadd(int i) Deprecated.voidadd(int index, int element) Deprecated.voidclear()Deprecated.default booleancontains(int i) Deprecated.voidcopyFromArray(int[] src, int srcPos, int destPos, int length) Deprecated.voidcopyToArray(int srcPos, int[] dest, int destPos, int length) Deprecated.static List_of_intsDeprecated.intget(int index) Deprecated.intindexOf(int i) Deprecated.Deprecated.default booleanisEmpty()Deprecated.iterator()Deprecated.intlastIndexOf(int i) Deprecated.static List_of_intsnewInstance(int[] ia) Deprecated.static List_of_intsnewInstance(int[] ia, int start, int end) Deprecated.booleanremove(int i) Deprecated.intremoveAtIndex(int index) Deprecated.intset(int index, int element) Deprecated.intsize()Deprecated.voidsort()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.casor possibly removed. Should also be renamed.