org.eclipse.osgi.framework.internal.core
Class UniversalUniqueIdentifier

java.lang.Object
  extended by org.eclipse.osgi.framework.internal.core.UniversalUniqueIdentifier

public class UniversalUniqueIdentifier
extends Object


Field Summary
static int BYTE_MASK
           
static int BYTES_SIZE
           
static int CLOCK_SEQUENCE_HIGH_AND_RESERVED
           
static int CLOCK_SEQUENCE_LOW
           
static int HIGH_NIBBLE_MASK
           
static int LOW_NIBBLE_MASK
           
static int MAX_CLOCK_ADJUSTMENT
           
static int MAX_CLOCK_SEQUENCE
           
static int NODE_ADDRESS_BYTE_SIZE
           
static int NODE_ADDRESS_START
           
static int SHIFT_NIBBLE
           
static int ShiftByte
           
static int TIME_FIELD_START
           
static int TIME_FIELD_STOP
           
static int TIME_HIGH_AND_VERSION
           
static byte[] UNDEFINED_UUID_BYTES
           
 
Constructor Summary
UniversalUniqueIdentifier()
          UniversalUniqueIdentifier default constructor returns a new instance that has been initialized to a unique value.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BYTES_SIZE

public static final int BYTES_SIZE
See Also:
Constant Field Values

UNDEFINED_UUID_BYTES

public static final byte[] UNDEFINED_UUID_BYTES

MAX_CLOCK_SEQUENCE

public static final int MAX_CLOCK_SEQUENCE
See Also:
Constant Field Values

MAX_CLOCK_ADJUSTMENT

public static final int MAX_CLOCK_ADJUSTMENT
See Also:
Constant Field Values

TIME_FIELD_START

public static final int TIME_FIELD_START
See Also:
Constant Field Values

TIME_FIELD_STOP

public static final int TIME_FIELD_STOP
See Also:
Constant Field Values

TIME_HIGH_AND_VERSION

public static final int TIME_HIGH_AND_VERSION
See Also:
Constant Field Values

CLOCK_SEQUENCE_HIGH_AND_RESERVED

public static final int CLOCK_SEQUENCE_HIGH_AND_RESERVED
See Also:
Constant Field Values

CLOCK_SEQUENCE_LOW

public static final int CLOCK_SEQUENCE_LOW
See Also:
Constant Field Values

NODE_ADDRESS_START

public static final int NODE_ADDRESS_START
See Also:
Constant Field Values

NODE_ADDRESS_BYTE_SIZE

public static final int NODE_ADDRESS_BYTE_SIZE
See Also:
Constant Field Values

BYTE_MASK

public static final int BYTE_MASK
See Also:
Constant Field Values

HIGH_NIBBLE_MASK

public static final int HIGH_NIBBLE_MASK
See Also:
Constant Field Values

LOW_NIBBLE_MASK

public static final int LOW_NIBBLE_MASK
See Also:
Constant Field Values

SHIFT_NIBBLE

public static final int SHIFT_NIBBLE
See Also:
Constant Field Values

ShiftByte

public static final int ShiftByte
See Also:
Constant Field Values
Constructor Detail

UniversalUniqueIdentifier

public UniversalUniqueIdentifier()
UniversalUniqueIdentifier default constructor returns a new instance that has been initialized to a unique value.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.