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