public static class RedisOperationChain.PathAndValue extends Object
Constructor and Description |
---|
PathAndValue(String path,
Collection<Object> values) |
PathAndValue(String path,
Object singleValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getFirstValue() |
String |
getPath() |
int |
hashCode() |
boolean |
isSingleValue() |
String |
toString() |
Collection<Object> |
values() |
public PathAndValue(String path, Collection<Object> values)
public boolean isSingleValue()
public String getPath()
public Collection<Object> values()
public Object getFirstValue()
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.