com.sencha.gxt.data.client.loader
Class StorageWriteProxy.Entry<K,V>

java.lang.Object
  extended by com.sencha.gxt.data.client.loader.StorageWriteProxy.Entry<K,V>
Enclosing class:
StorageWriteProxy<K,V>

public static class StorageWriteProxy.Entry<K,V>
extends java.lang.Object

Defines a key / value pair.


Constructor Summary
StorageWriteProxy.Entry(K key, V value)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageWriteProxy.Entry

public StorageWriteProxy.Entry(K key,
                               V value)
Method Detail

getKey

public K getKey()

getValue

public V getValue()


Copyright © 2012. All Rights Reserved.