public interface PrimitiveCollection<T extends Serializable> extends GenericCollection<T,PrimitiveCollection<T>>, CollectionQuery<PrimitiveCollection<T>>
Modifier and Type | Method and Description |
---|---|
void |
delete() |
execute, executeAsync
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
skip, top
clearQueryOptions
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.