public class AVPList extends AbstractList<AVP<?>>
Common.__groupedmodCount| Constructor and Description |
|---|
AVPList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
AVP<?> avp) |
<T> void |
add(Type<T> type,
T value) |
AVP<?> |
get(int index) |
<T> AVP<T> |
get(Type<T> type) |
<T> Iterator<AVP<T>> |
getAVPs(Type<T> type) |
<T> T |
getValue(Type<T> type) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic <T> T getValue(Type<T> type)
public void add(int index,
AVP<?> avp)
public <T> void add(Type<T> type, T value)
public AVP<?> get(int index)
public int size()
size in interface Collection<AVP<?>>size in interface List<AVP<?>>size in class AbstractCollection<AVP<?>>Copyright © 2014. All Rights Reserved.