public class StringIntArray extends AbstractList<Object>
modCount
Constructor and Description |
---|
StringIntArray() |
StringIntArray(int size) |
StringIntArray(Object[] ar) |
Modifier and Type | Method and Description |
---|---|
void |
add(int at,
Object e) |
ArrayList<Integer> |
elementsStartingWith(String s)
Sequentially walk through the entire list
matching the String components against the
given string
|
Object |
get(int at) |
Object[] |
getElement(int at) |
int |
getInt(int at) |
Integer |
getInteger(int at) |
String |
getString(int at) |
Object |
remove(int at) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public StringIntArray(Object[] ar)
public StringIntArray()
public StringIntArray(int size)
public Object get(int at)
public int size()
size
in interface Collection<Object>
size
in interface List<Object>
size
in class AbstractCollection<Object>
public Object[] getElement(int at)
public String getString(int at)
public Integer getInteger(int at)
public int getInt(int at)
public ArrayList<Integer> elementsStartingWith(String s)
public void add(int at, Object e)
Copyright © 2016 The Apache Software Foundation. All rights reserved.