Package org.osgi.util.converter
Class CollectionDelegate<T>
- java.lang.Object
-
- org.osgi.util.converter.AbstractCollectionDelegate<T>
-
- org.osgi.util.converter.CollectionDelegate<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
,java.util.Collection<T>
,java.util.List<T>
class CollectionDelegate<T> extends AbstractCollectionDelegate<T> implements java.util.List<T>
-
-
Constructor Summary
Constructors Constructor Description CollectionDelegate(java.util.Collection<T> coll)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get(int index)
boolean
isEmpty()
int
size()
java.lang.Object[]
toArray()
-
Methods inherited from class org.osgi.util.converter.AbstractCollectionDelegate
add, add, addAll, addAll, clear, contains, containsAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray
-
-