Uses of Class
JsonFse.NodePair
-
-
Uses of NodePair in JsonFse
Fields in JsonFse with type parameters of type NodePair Modifier and Type Field Description protected java.util.ArrayList<NodePair>
NodeMembers. mPairList
Methods in JsonFse that return NodePair Modifier and Type Method Description NodePair
JsonObj. get(int idx)
Gets the pair with index idx of the JSON object.NodePair
NodeMembers. get(int idx)
Returns the NodePair element with the given index from mPairList.NodePair
NodeObj. get(int idx)
Returns the element with index idx from mNodeMembers.NodePair
JsonObj. getNext()
Gets the next pair in the JSON object.NodePair
NodeMembers. getNext()
Returns the next NodePair element from mPairList, incrementing mIdx afterwards.NodePair
NodeObj. getNext()
Returns the next NodePair element from mNodeMembers.Methods in JsonFse with parameters of type NodePair Modifier and Type Method Description void
NodeMembers. add(NodePair np)
Adds a new pair to the end of the list.void
NodeObj. add(NodePair np)
Adds a new pair to the end of the member list.
-