public final class ColumnPath extends Object implements Iterable<String>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ColumnPath |
fromDotString(String path) |
static ColumnPath |
get(String... path) |
int |
hashCode() |
Iterator<String> |
iterator() |
int |
size() |
String[] |
toArray() |
String |
toDotString() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static ColumnPath fromDotString(String path)
public static ColumnPath get(String... path)
public String toDotString()
public int size()
public String[] toArray()
Copyright © 2018 The Apache Software Foundation. All rights reserved.