public final class DeleteIterator extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static DeleteIterator |
create(Scope scope,
Operand<?> handle,
Operand<?> deleter)
Factory method to create a class wrapping a new DeleteIterator operation.
|
equals, hashCode, op, toStringpublic static DeleteIterator create(Scope scope, Operand<?> handle, Operand<?> deleter)
scope - current scopehandle - A handle to the iterator to delete.deleter - A variant deleter.Copyright © 2015–2019. All rights reserved.