public abstract class CollectionOp extends BaseOp
AVOp.OpType| Constructor and Description |
|---|
CollectionOp() |
CollectionOp(String key,
AVOp.OpType type) |
| Modifier and Type | Method and Description |
|---|---|
List |
getParsedValues() |
abstract Collection |
getValues() |
void |
setValues(Collection values) |
apply, assertKeyEquals, cast, get, iterator, key, merge, remove, setKey, setType, size, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CollectionOp()
public CollectionOp(String key, AVOp.OpType type)
public void setValues(Collection values)
public abstract Collection getValues()
public List getParsedValues()
Copyright © 2017. All rights reserved.