Package org.geotools.data.oracle.sdo
Class AttributeList
Object
AbstractCollection<E>
AbstractList
AttributeList
- All Implemented Interfaces:
Iterable,Collection,List
Used to provide a List API of an ordinate array.
Insertions are not supported
- Author:
- jgarnett, Refractions Reasearch Inc.
- See Also:
-
net.refractions.jspatial.jts
-
Field Summary
Fields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionAttributeList(Object array) AttributeList(Object array, int offset, int len) AttributeList(Object array, int offset, int len, int start, int end) -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
AttributeList
-
AttributeList
-
AttributeList
-
-
Method Details
-
get
Used to grab value from array.Description of get.
- Specified by:
getin interfaceList- Specified by:
getin classAbstractList- See Also:
-
getDouble
public double getDouble(int index) Quick double access -
getString
-
toDoubleArray
public double[] toDoubleArray() -
toObjectArray
-
size
public int size()Used toDescription of size.
- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceList- Specified by:
sizein classAbstractCollection- See Also:
-