org.jclouds.route53.domain
Class ResourceRecordSetIterable

java.lang.Object
  extended by com.google.common.collect.FluentIterable<T>
      extended by org.jclouds.collect.IterableWithMarker<ResourceRecordSet>
          extended by org.jclouds.route53.domain.ResourceRecordSetIterable
All Implemented Interfaces:
Iterable<ResourceRecordSet>

public class ResourceRecordSetIterable
extends org.jclouds.collect.IterableWithMarker<ResourceRecordSet>


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

nextRecord

public com.google.common.base.Optional<ResourceRecordSetIterable.NextRecord> nextRecord()
present when the list is not truncated


nextMarker

public com.google.common.base.Optional<Object> nextMarker()
Specified by:
nextMarker in class org.jclouds.collect.IterableWithMarker<ResourceRecordSet>

iterator

public Iterator<ResourceRecordSet> iterator()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class com.google.common.collect.FluentIterable<ResourceRecordSet>

builder

public static ResourceRecordSetIterable.Builder builder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.