| Constructor and Description |
|---|
StyleAndVariationResourceNameIterator(String style,
String variation)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle() |
String |
getVariation() |
boolean |
hasNext() |
String |
next()
The return value will always be null.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<String>Iterator.hasNext()public String next()
next in interface Iterator<String>Iterator.next()public final String getStyle()
public final String getVariation()
public void remove()
remove in interface Iterator<String>Iterator.remove()Copyright © 2006–2018 Apache Software Foundation. All rights reserved.