| Constructor and Description |
|---|
SetTypeWrapper(List<JAXBElement<? extends SetType>> wrappedList)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
SetType element) |
boolean |
add(SetType t) |
boolean |
addAll(Collection<? extends SetType> c) |
boolean |
addAll(int index,
Collection<? extends SetType> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
SetType |
get(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<SetType> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<SetType> |
listIterator() |
ListIterator<SetType> |
listIterator(int index) |
SetType |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
SetType |
set(int index,
SetType element) |
int |
size() |
List<SetType> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T1> T1[] |
toArray(T1[] a) |
public SetTypeWrapper(List<JAXBElement<? extends SetType>> wrappedList)
wrappedList - List that should be wrapped.public final int size()
public final boolean isEmpty()
public final boolean contains(Object o)
@NotNull public final Object[] toArray()
@NotNull
public final <T1> T1[] toArray(@NotNull
T1[] a)
public final boolean add(SetType t)
public final boolean remove(Object o)
public final boolean containsAll(@NotNull
Collection<?> c)
containsAll in interface Collection<SetType>containsAll in interface List<SetType>public final boolean addAll(@NotNull
Collection<? extends SetType> c)
public final boolean addAll(int index,
@NotNull
Collection<? extends SetType> c)
public final boolean removeAll(@NotNull
Collection<?> c)
public final boolean retainAll(@NotNull
Collection<?> c)
public final void clear()
public final int lastIndexOf(Object o)
lastIndexOf in interface List<SetType>@NotNull public final ListIterator<SetType> listIterator()
listIterator in interface List<SetType>@NotNull public final ListIterator<SetType> listIterator(int index)
listIterator in interface List<SetType>Copyright © 2016. All rights reserved.