public final class FieldPath extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.gs.collections.api.list.ImmutableList<FieldName> |
getElements() |
int |
hashCode() |
static FieldPath |
ofList(com.gs.collections.api.list.ImmutableList<FieldName> in_elements)
Construct a field path from a non-empty list of path elements.
|
String |
toString() |
public static FieldPath ofList(com.gs.collections.api.list.ImmutableList<FieldName> in_elements)
in_elements - The elementspublic com.gs.collections.api.list.ImmutableList<FieldName> getElements()
Copyright © 2015 <code@io7m.com> http://io7m.com