com.funambol.storage
Class BlackberryRecordStore.IntByteArrayPair

java.lang.Object
  extended by com.funambol.storage.BlackberryRecordStore.IntByteArrayPair
Enclosing class:
BlackberryRecordStore

public final class BlackberryRecordStore.IntByteArrayPair
extends java.lang.Object

Used to keep key-object pairs together when sorting.


Constructor Summary
BlackberryRecordStore.IntByteArrayPair(int key, byte[] value)
           
 
Method Summary
 byte[] getBytes()
           
 int getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackberryRecordStore.IntByteArrayPair

public BlackberryRecordStore.IntByteArrayPair(int key,
                                              byte[] value)
Method Detail

getBytes

public byte[] getBytes()

getKey

public int getKey()


Copyright © 2001-2009 Funambol.