private class QuotaRetriever.Iter extends Object implements Iterator<QuotaSettings>
Modifier and Type | Field and Description |
---|---|
private QuotaSettings |
cache |
Constructor and Description |
---|
QuotaRetriever.Iter() |
private QuotaSettings cache
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–2019 The Apache Software Foundation. All rights reserved.