org.eclipse.osgi.framework.internal.core
Class UniversalUniqueIdentifier
java.lang.Object
org.eclipse.osgi.framework.internal.core.UniversalUniqueIdentifier
public class UniversalUniqueIdentifier
- extends Object
|
Constructor Summary |
UniversalUniqueIdentifier()
UniversalUniqueIdentifier default constructor returns a
new instance that has been initialized to a unique value. |
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
UniversalUniqueIdentifier
public UniversalUniqueIdentifier()
- UniversalUniqueIdentifier default constructor returns a
new instance that has been initialized to a unique value.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.