org.eclipse.osgi.framework.internal.core
Class UniversalUniqueIdentifier
java.lang.Object
org.eclipse.osgi.framework.internal.core.UniversalUniqueIdentifier
public class UniversalUniqueIdentifier
- extends java.lang.Object
|
Constructor Summary |
UniversalUniqueIdentifier()
UniversalUniqueIdentifier default constructor returns a
new instance that has been initialized to a unique value. |
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.