org.jclouds.sqs.domain
Class BatchResult<V>

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingMap<String,V>
          extended by org.jclouds.sqs.domain.BatchResult<V>
All Implemented Interfaces:
Map<String,V>

public class BatchResult<V>
extends com.google.common.collect.ForwardingMap<String,V>

Author:
Adrian Cole
See Also:
doc

Nested Class Summary
static class BatchResult.Builder<V>
           
 
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
static
<V> BatchResult.Builder<V>
builder()
           
protected  Map<String,V> delegate()
           
 boolean equals(Object obj)
           
 Map<String,BatchError> getErrors()
          Errors indexed by requestor supplied id
 int hashCode()
           
 BatchResult.Builder<V> toBuilder()
           
 String toString()
          
 
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static <V> BatchResult.Builder<V> builder()

toBuilder

public BatchResult.Builder<V> toBuilder()

delegate

protected Map<String,V> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingMap<String,V>

getErrors

public Map<String,BatchError> getErrors()
Errors indexed by requestor supplied id


hashCode

public int hashCode()
Specified by:
hashCode in interface Map<String,V>
Overrides:
hashCode in class com.google.common.collect.ForwardingMap<String,V>

equals

public boolean equals(Object obj)
Specified by:
equals in interface Map<String,V>
Overrides:
equals in class com.google.common.collect.ForwardingMap<String,V>

toString

public String toString()

Overrides:
toString in class com.google.common.collect.ForwardingObject


Copyright © 2009-2013 jclouds. All Rights Reserved.