public class AttributeList extends AbstractList
Insertions are not supported
net.refractions.jspatial.jts
modCount
Constructor and Description |
---|
AttributeList(Object array) |
AttributeList(Object array,
int offset,
int len) |
AttributeList(Object array,
int offset,
int len,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
Object |
get(int index)
Used to grab value from array.
|
double |
getDouble(int index)
Quick double access
|
String |
getString(int index) |
int |
size()
Used to
Description of size.
|
double[] |
toDoubleArray() |
Object[] |
toObjectArray() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public AttributeList(Object array)
public AttributeList(Object array, int offset, int len)
public AttributeList(Object array, int offset, int len, int start, int end)
public Object get(int index)
Description of get.
get
in interface List
get
in class AbstractList
List.get(int)
public double getDouble(int index)
public String getString(int index)
public double[] toDoubleArray()
public Object[] toObjectArray()
public int size()
Description of size.
size
in interface Collection
size
in interface List
size
in class AbstractCollection
Collection.size()
Copyright © 1996–2023 Geotools. All rights reserved.