org.geotools.data.oracle.sdo
Class AttributeList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
org.geotools.data.oracle.sdo.AttributeList
- All Implemented Interfaces:
- java.lang.Iterable, java.util.Collection, java.util.List
public class AttributeList
- extends java.util.AbstractList
Used to provide a List API of an ordinate array.
Insertions are not supported
- Version:
- CVS Version
- Author:
- jgarnett, Refractions Reasearch Inc.
- See Also:
net.refractions.jspatial.jts
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary |
AttributeList(java.lang.Object array)
|
AttributeList(java.lang.Object array,
int offset,
int len)
|
AttributeList(java.lang.Object array,
int offset,
int len,
int start,
int end)
|
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
AttributeList
public AttributeList(java.lang.Object array)
AttributeList
public AttributeList(java.lang.Object array,
int offset,
int len)
AttributeList
public AttributeList(java.lang.Object array,
int offset,
int len,
int start,
int end)
get
public java.lang.Object get(int index)
- Used to grab value from array.
Description of get.
- Specified by:
get
in interface java.util.List
- Specified by:
get
in class java.util.AbstractList
- Parameters:
index
- - See Also:
List.get(int)
getDouble
public double getDouble(int index)
- Quick double access
getString
public java.lang.String getString(int index)
toDoubleArray
public double[] toDoubleArray()
toObjectArray
public java.lang.Object[] toObjectArray()
size
public int size()
- Used to
Description of size.
- Specified by:
size
in interface java.util.Collection
- Specified by:
size
in interface java.util.List
- Specified by:
size
in class java.util.AbstractCollection
- See Also:
Collection.size()
Copyright © 1996-2010 Geotools. All Rights Reserved.