Uses of Class
com.bigdata.btree.keys.NoSuccessorException

Packages that use NoSuccessorException
com.bigdata.btree.keys   
 

Uses of NoSuccessorException in com.bigdata.btree.keys
 

Methods in com.bigdata.btree.keys that throw NoSuccessorException
static byte SuccessorUtil.successor(byte n)
          Computes the successor of a byte value.
static char SuccessorUtil.successor(char n)
          Computes the successor of a char value.
static double SuccessorUtil.successor(double d)
           Computes the successor of a double value.
static float SuccessorUtil.successor(float f)
           Computes the successor of a float value.
static int SuccessorUtil.successor(int n)
          Computes the successor of an int value.
static long SuccessorUtil.successor(long n)
          Computes the successor of a long value.
static short SuccessorUtil.successor(short n)
          Computes the successor of a short value.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.