public interface AVOp extends Iterable<AVOp>
| Modifier and Type | Interface and Description |
|---|---|
static class |
AVOp.OpType |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Object obj) |
<T extends AVOp> |
cast(Class<T> clazz) |
Map<String,Object> |
encodeOp() |
AVOp |
get(int idx) |
Object |
getValues() |
String |
key() |
AVOp |
merge(AVOp other) |
AVOp |
remove(int idx) |
int |
size() |
AVOp.OpType |
type() |
forEach, iterator, spliteratorCopyright © 2017. All rights reserved.