private class QuotaRetriever.Iter extends Object implements Iterator<QuotaSettings>
| Modifier and Type | Field and Description |
|---|---|
(package private) QuotaSettings |
cache |
| Constructor and Description |
|---|
Iter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
QuotaSettings |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingQuotaSettings cache
public Iter()
public boolean hasNext()
hasNext in interface Iterator<QuotaSettings>public QuotaSettings next()
next in interface Iterator<QuotaSettings>public void remove()
remove in interface Iterator<QuotaSettings>Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.