|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.FluentIterable<T>
org.jclouds.collect.IterableWithMarker<ResourceRecordSet>
org.jclouds.route53.domain.ResourceRecordSetIterable
public class ResourceRecordSetIterable
| Nested Class Summary | |
|---|---|
static class |
ResourceRecordSetIterable.Builder
|
static class |
ResourceRecordSetIterable.NextRecord
If the results were truncated, this holds the position of the next item. |
| Method Summary | |
|---|---|
static ResourceRecordSetIterable.Builder |
builder()
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
Iterator<ResourceRecordSet> |
iterator()
|
com.google.common.base.Optional<Object> |
nextMarker()
|
com.google.common.base.Optional<ResourceRecordSetIterable.NextRecord> |
nextRecord()
present when the list is not truncated |
String |
toString()
|
| Methods inherited from class com.google.common.collect.FluentIterable |
|---|
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toList, toMap, toSet, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public com.google.common.base.Optional<ResourceRecordSetIterable.NextRecord> nextRecord()
public com.google.common.base.Optional<Object> nextMarker()
nextMarker in class org.jclouds.collect.IterableWithMarker<ResourceRecordSet>public Iterator<ResourceRecordSet> iterator()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class com.google.common.collect.FluentIterable<ResourceRecordSet>public static ResourceRecordSetIterable.Builder builder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||