|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.util.ItemNameTokenizer
A utility class, used to tokenize dataItem names.
Field Summary | |
static char |
DELIMITER
|
Constructor Summary | |
ItemNameTokenizer(java.lang.String str)
constructor |
Method Summary | |
int |
countRemaining()
Counts the number of remaining item names that can be retrieved by calling next() |
boolean |
hasMore()
Checks if there are more items to be returned |
java.lang.String |
next()
|
java.lang.String |
peek()
Gets the next item name without changing the current position. |
java.lang.String |
peekAll()
Returns the remaining item name without changing the current position |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final char DELIMITER
Constructor Detail |
public ItemNameTokenizer(java.lang.String str)
str
- the Name you want to tokenizeMethod Detail |
public java.lang.String peekAll()
public java.lang.String peek()
public int countRemaining()
public boolean hasMore()
public java.lang.String next()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.