public class ParsedName extends Object implements Serializable
| Constructor and Description |
|---|
ParsedName(String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(int otherHash) |
int |
compareTo(String other) |
String |
getComponent() |
int |
getComponentHashCode() |
int |
getPos() |
static void |
main(String[] args) |
boolean |
next() |
String |
path() |
ParsedName |
remaining() |
void |
reset() |
void |
reset(int pos) |
String |
toString() |
public ParsedName(String path)
public String getComponent()
public boolean next()
public void reset()
public int getPos()
public void reset(int pos)
public int compareTo(int otherHash)
public int getComponentHashCode()
public int compareTo(String other)
public static void main(String[] args)
public ParsedName remaining()
public String path()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.