flexjson
Class Path

java.lang.Object
  extended by flexjson.Path

public class Path
extends Object

Internal class used by Flexjson to represent a path to a field within a serialized stream.


Constructor Summary
Path()
           
Path(String... fields)
           
 
Method Summary
 Path enqueue(String field)
           
 boolean equals(Object o)
           
 List<String> getPath()
           
 int hashCode()
           
 int length()
           
static Path parse(String path)
           
 String pop()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Path

public Path()

Path

public Path(String... fields)
Method Detail

enqueue

public Path enqueue(String field)

pop

public String pop()

getPath

public List<String> getPath()

length

public int length()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

parse

public static Path parse(String path)


Copyright © 2014. All Rights Reserved.