-
Method Summary
void
int
boolean
Returns an iterator over elements of type T
.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
addFlag
public void addFlag(String flag)
-
removeFlag
public void removeFlag(String flag)
-
hasFlag
public boolean hasFlag(String flag)
-
iterator
Returns an iterator over elements of type T
.
- Specified by:
iterator
in interface Iterable<String>
- Returns:
- an Iterator.
-