@Beta public final class PropertyArray extends Object
Modifier and Type | Method and Description |
---|---|
int |
countAncestors() |
boolean |
equals(Object o) |
Property |
get(int index) |
com.google.common.collect.ImmutableList<Property> |
getProperties() |
com.google.common.collect.ImmutableList<Value> |
getValues() |
ValueType |
getValueType() |
int |
hashCode() |
int |
size() |
String |
toString() |
public int countAncestors()
public ValueType getValueType()
public com.google.common.collect.ImmutableList<Property> getProperties()
public com.google.common.collect.ImmutableList<Value> getValues()
public int size()
public Property get(int index)