public final class UnmodifiableResourceList extends Object implements List
Constructor and Description |
---|
UnmodifiableResourceList(List l) |
Modifier and Type | Method and Description |
---|---|
void |
add(int arg0,
Object arg1) |
boolean |
add(Object arg0) |
boolean |
addAll(Collection arg0) |
boolean |
addAll(int arg0,
Collection arg1) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection arg0) |
Object |
get(int index) |
static org.universAAL.middleware.rdf.UnmodifiableResourceList.SafeIterator |
getIterator(Iterator it) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator |
listIterator() |
ListIterator |
listIterator(int index) |
Object |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection arg0) |
boolean |
retainAll(Collection arg0) |
Object |
set(int arg0,
Object arg1) |
int |
size() |
List |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
Object[] |
toArray(Object[] arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public UnmodifiableResourceList(List l)
public static org.universAAL.middleware.rdf.UnmodifiableResourceList.SafeIterator getIterator(Iterator it)
public boolean add(Object arg0)
add
in interface Collection
add
in interface List
public boolean addAll(Collection arg0)
addAll
in interface Collection
addAll
in interface List
public boolean addAll(int arg0, Collection arg1)
public void clear()
clear
in interface Collection
clear
in interface List
public boolean contains(Object o)
contains
in interface Collection
contains
in interface List
public boolean containsAll(Collection arg0)
containsAll
in interface Collection
containsAll
in interface List
public boolean isEmpty()
isEmpty
in interface Collection
isEmpty
in interface List
public Iterator iterator()
public int lastIndexOf(Object o)
lastIndexOf
in interface List
public ListIterator listIterator()
listIterator
in interface List
public ListIterator listIterator(int index)
listIterator
in interface List
public boolean remove(Object o)
remove
in interface Collection
remove
in interface List
public boolean removeAll(Collection arg0)
removeAll
in interface Collection
removeAll
in interface List
public boolean retainAll(Collection arg0)
retainAll
in interface Collection
retainAll
in interface List
public int size()
size
in interface Collection
size
in interface List
public Object[] toArray()
toArray
in interface Collection
toArray
in interface List
Copyright © 2018 universAAL Consortium. All rights reserved.