public class IniList extends ArrayList<IniTable>
Modifier and Type | Field and Description |
---|---|
IniList |
list |
modCount
Constructor and Description |
---|
IniList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(IniTable arg0) |
void |
add(int arg0,
IniTable arg1) |
boolean |
addAll(Collection<? extends IniTable> arg0) |
boolean |
addAll(int arg0,
Collection<? extends IniTable> arg1) |
void |
clear() |
Object |
clone() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection<?> arg0) |
void |
ensureCapacity(int arg0) |
boolean |
equals(Object arg0) |
HashMap<String,String> |
flattenIntoHashMap()
Flattens all of the INI tables into a single HashMap whose keys are
of the format "[table name] table key".
|
IniTable |
get(int arg0) |
IniTable |
getTable(String tableName)
Gets the table with the given name (header).
|
int |
hashCode() |
int |
indexOf(Object arg0) |
boolean |
isEmpty() |
Iterator<IniTable> |
iterator() |
int |
lastIndexOf(Object arg0) |
ListIterator<IniTable> |
listIterator() |
ListIterator<IniTable> |
listIterator(int arg0) |
IniTable |
remove(int arg0) |
boolean |
remove(Object arg0) |
boolean |
removeAll(Collection<?> arg0) |
boolean |
retainAll(Collection<?> arg0) |
IniTable |
set(int arg0,
IniTable arg1) |
int |
size() |
List<IniTable> |
subList(int arg0,
int arg1) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] arg0) |
String |
toString() |
void |
trimToSize() |
removeRange
public IniList list
public boolean add(IniTable arg0)
public void add(int arg0, IniTable arg1)
public boolean addAll(Collection<? extends IniTable> arg0)
public boolean addAll(int arg0, Collection<? extends IniTable> arg1)
public void clear()
public boolean contains(Object arg0)
public boolean containsAll(Collection<?> arg0)
containsAll
in interface Collection<IniTable>
containsAll
in interface List<IniTable>
containsAll
in class AbstractCollection<IniTable>
public void ensureCapacity(int arg0)
ensureCapacity
in class ArrayList<IniTable>
public boolean equals(Object arg0)
equals
in interface Collection<IniTable>
equals
in interface List<IniTable>
equals
in class AbstractList<IniTable>
public IniTable get(int arg0)
public int hashCode()
hashCode
in interface Collection<IniTable>
hashCode
in interface List<IniTable>
hashCode
in class AbstractList<IniTable>
public int indexOf(Object arg0)
public boolean isEmpty()
public int lastIndexOf(Object arg0)
lastIndexOf
in interface List<IniTable>
lastIndexOf
in class ArrayList<IniTable>
public ListIterator<IniTable> listIterator()
listIterator
in interface List<IniTable>
listIterator
in class ArrayList<IniTable>
public ListIterator<IniTable> listIterator(int arg0)
listIterator
in interface List<IniTable>
listIterator
in class ArrayList<IniTable>
public IniTable remove(int arg0)
public boolean remove(Object arg0)
public boolean removeAll(Collection<?> arg0)
public boolean retainAll(Collection<?> arg0)
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] arg0)
public String toString()
toString
in class AbstractCollection<IniTable>
public void trimToSize()
trimToSize
in class ArrayList<IniTable>
Copyright © 2014 Open Microscopy Environment