public class PropertyTokenizer extends Object implements Iterator<PropertyTokenizer>
| Constructor and Description |
|---|
PropertyTokenizer(String fullname) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildren() |
String |
getIndex() |
String |
getIndexedName() |
String |
getName() |
boolean |
hasNext() |
PropertyTokenizer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PropertyTokenizer(String fullname)
public String getName()
public String getIndex()
public String getIndexedName()
public String getChildren()
public boolean hasNext()
hasNext in interface Iterator<PropertyTokenizer>public PropertyTokenizer next()
next in interface Iterator<PropertyTokenizer>public void remove()
remove in interface Iterator<PropertyTokenizer>Copyright © 2009–2021 MyBatis.org. All rights reserved.