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:
Iterable<T>
,Collection<T>
,List<T>
,SequencedCollection<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, getFirst, getLast, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, sort, spliterator, subList, toArray
-
Field Details
-
delegate
-
-
Constructor Details
-
CollectionDelegate
CollectionDelegate(Collection<T> coll)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
toArray
-
get
-