E
- The entry typepublic class BaseTypesList<E> extends ArrayList<E>
ArrayList
that checks the type of all entries against a set of predefined data types in BaseTypesMap.VALID_CLASSES
.modCount
Constructor and Description |
---|
BaseTypesList() |
BaseTypesList(Collection<E> list) |
BaseTypesList(E... values) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
void |
add(int index,
E element) |
boolean |
addAll(Collection<? extends E> c) |
boolean |
addAll(int index,
Collection<? extends E> c) |
Object |
clone() |
E[] |
getValues() |
E |
set(int index,
E element) |
void |
setValues(E[] values) |
clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public BaseTypesList()
public BaseTypesList(Collection<E> list)
public BaseTypesList(E... values)
public boolean add(E e)
public void add(int index, E element)
public boolean addAll(Collection<? extends E> c)
public boolean addAll(int index, Collection<? extends E> c)
public E[] getValues()
public void setValues(E[] values)
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.