Package org.apache.olingo.ext.proxy.api
Interface PrimitiveCollection<T extends Serializable>
- All Superinterfaces:
Collection<T>
,CollectionQuery<PrimitiveCollection<T>>
,CommonQuery
,GenericCollection<T,
,PrimitiveCollection<T>> Iterable<T>
,Serializable
public interface PrimitiveCollection<T extends Serializable>
extends GenericCollection<T,PrimitiveCollection<T>>, CollectionQuery<PrimitiveCollection<T>>
-
Method Summary
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
Methods inherited from interface org.apache.olingo.ext.proxy.api.CollectionQuery
skip, top
Methods inherited from interface org.apache.olingo.ext.proxy.api.CommonQuery
clearQueryOptions
Methods inherited from interface org.apache.olingo.ext.proxy.api.GenericCollection
execute, executeAsync
-
Method Details
-
delete
void delete()
-